Html Css Color HEX #8F02EA Dark Violet

📋 copy color: '#8F02EA'

red 143 ◦ green 2 ◦ blue 234

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

Shades of Dark Violet #8F02EA

Tints of Dark Violet #8F02EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.74%

R = 37.73%
G = 0.53%
B = 61.74%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F02EA (or 0x8F02EA) is known color: Dark Violet. HEX triplet: 8F, 02 and EA. RGB value is (143,2,234). Sum of RGB (Red+Green+Blue) = 143+2+234=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F02EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F02EA is #70FD15. Grayscale: #454545. Windows color (decimal): -7404822 or 15336079. OLE color: 15336079.

HSL color Cylindrical-coordinate representation of color #8F02EA: hue angle of 276.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02EA is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 2 234 -
CMYK 0.39 0.99 0 0.08
HSL 276.47º 0.98% 0.46% -
HSV(B) 276.47º 0.99% 0.92% -
XYZ 26.2 11.82 78.74 -
YUV 70.61 220.21 179.64 -
System Red Green Blue C M Y K H S L
Decimal 143 2 234 0.39 0.99 0 0.08 276.47 0.98 0.46
Hex 8F 2 EA 27 63 0 8 114 62 2E
Octal 217 2 352 47 143 0 10 424 142 56
Binary 10001111 10 11101010 100111 1100011 0 1000 100010100 1100010 101110

Color Harmonies of #8F02EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F02EA

Black with #8F02EA

Text Example


Text Example

White with #8F02EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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