Html Css Color HEX #8F18FF Blue Violet

📋 copy color: '#8F18FF'

red 143 ◦ green 24 ◦ blue 255

#8F18FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8F18FF

Tints of Blue Violet #8F18FF

RGB

 RED value IS 143 (56.25% from 255) = 33.89%

 GREEN value IS 24 (9.77% from 255) = 5.69%

 BLUE value IS 255 (100% from 255) = 60.43%

R = 33.89%
G = 5.69%
B = 60.43%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8F18FF (or 0x8F18FF) is known color: Blue Violet. HEX triplet: 8F, 18 and FF. RGB value is (143,24,255). Sum of RGB (Red+Green+Blue) = 143+24+255=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F18FF is #70E700. Grayscale: #555555. Windows color (decimal): -7399169 or 16717967. OLE color: 16717967.

HSL color Cylindrical-coordinate representation of color #8F18FF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F18FF is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 24 255 -
CMYK 0.44 0.91 0 0
HSL 270.91º 1% 0.55% -
HSV(B) 270.91º 0.91% 1% -
XYZ 29.7 13.71 95.69 -
YUV 85.92 223.42 168.72 -
System Red Green Blue C M Y K H S L
Decimal 143 24 255 0.44 0.91 0 0 270.91 1 0.55
Hex 8F 18 FF 2C 5B 0 0 10F 64 37
Octal 217 30 377 54 133 0 0 417 144 67
Binary 10001111 11000 11111111 101100 1011011 0 0 100001111 1100100 110111

Color Harmonies of #8F18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F18FF

Black with #8F18FF

Text Example


Text Example

White with #8F18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F18FF; }

 p { color: rgb(143,24,255); }

 H1.HeaderClassName
 {
   color: #8F18FF;
 }
 .AnyTagClassName
 {
   color: #8F18FF;
 }
</style>

background-color css

<style>
 a { background-color: #8F18FF; }

 a { background-color: rgb(143,24,255); }

 div.DivClassName
 {
   background-color: #8F18FF;
 }
 .BgClassName
 {
   background-color: #8F18FF;
 }
</style>

border-color css

<style>
 span { border-color: #8F18FF; }

 span { border-color: rgb(143,24,255); }

 td.TdClassName
 {
   border-color: #8F18FF;
 }
 .TagClassName
 {
   border-color: #8F18FF;
 }
</style>