Html Css Color HEX #8F02DE Dark Violet

📋 copy color: '#8F02DE'

red 143 ◦ green 2 ◦ blue 222

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

Shades of Dark Violet #8F02DE

Tints of Dark Violet #8F02DE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 38.96%
G = 0.54%
B = 60.49%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F02DE (or 0x8F02DE) is known color: Dark Violet. HEX triplet: 8F, 02 and DE. RGB value is (143,2,222). Sum of RGB (Red+Green+Blue) = 143+2+222=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F02DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F02DE is #70FD21. Grayscale: #444444. Windows color (decimal): -7404834 or 14549647. OLE color: 14549647.

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

Color convert

RGB 143 2 222 -
CMYK 0.36 0.99 0 0.13
HSL 278.45º 0.98% 0.44% -
HSV(B) 278.45º 0.99% 0.87% -
XYZ 24.53 11.16 69.97 -
YUV 69.24 214.21 180.61 -
System Red Green Blue C M Y K H S L
Decimal 143 2 222 0.36 0.99 0 0.13 278.45 0.98 0.44
Hex 8F 2 DE 24 63 0 D 116 62 2C
Octal 217 2 336 44 143 0 15 426 142 54
Binary 10001111 10 11011110 100100 1100011 0 1101 100010110 1100010 101100

Color Harmonies of #8F02DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F02DE

Black with #8F02DE

Text Example


Text Example

White with #8F02DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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