Html Css Color HEX #8F18DE Blue Violet

📋 copy color: '#8F18DE'

red 143 ◦ green 24 ◦ blue 222

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

Shades of Blue Violet #8F18DE

Tints of Blue Violet #8F18DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 36.76%
G = 6.17%
B = 57.07%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F18DE (or 0x8F18DE) is known color: Blue Violet. HEX triplet: 8F, 18 and DE. RGB value is (143,24,222). Sum of RGB (Red+Green+Blue) = 143+24+222=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F18DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18DE is #70E721. Grayscale: #515151. Windows color (decimal): -7399202 or 14555279. OLE color: 14555279.

HSL color Cylindrical-coordinate representation of color #8F18DE: hue angle of 276.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F18DE is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 24 222 -
CMYK 0.36 0.89 0 0.13
HSL 276.06º 0.8% 0.48% -
HSV(B) 276.06º 0.89% 0.87% -
XYZ 24.84 11.77 70.07 -
YUV 82.15 206.92 171.4 -
System Red Green Blue C M Y K H S L
Decimal 143 24 222 0.36 0.89 0 0.13 276.06 0.8 0.48
Hex 8F 18 DE 24 59 0 D 114 50 30
Octal 217 30 336 44 131 0 15 424 120 60
Binary 10001111 11000 11011110 100100 1011001 0 1101 100010100 1010000 110000

Color Harmonies of #8F18DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F18DE

Black with #8F18DE

Text Example


Text Example

White with #8F18DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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