Html Css Color HEX #8F02F6 Dark Violet

📋 copy color: '#8F02F6'

red 143 ◦ green 2 ◦ blue 246

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

Shades of Dark Violet #8F02F6

Tints of Dark Violet #8F02F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.92%

R = 36.57%
G = 0.51%
B = 62.92%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8F02F6 (or 0x8F02F6) is known color: Dark Violet. HEX triplet: 8F, 02 and F6. RGB value is (143,2,246). Sum of RGB (Red+Green+Blue) = 143+2+246=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 246 (96.48% from 255 or 62.92% from 391); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F02F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F02F6 is #70FD09. Grayscale: #474747. Windows color (decimal): -7404810 or 16122511. OLE color: 16122511.

HSL color Cylindrical-coordinate representation of color #8F02F6: hue angle of 274.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02F6 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 2 246 -
CMYK 0.42 0.99 0 0.04
HSL 274.67º 0.98% 0.49% -
HSV(B) 274.67º 0.99% 0.96% -
XYZ 27.98 12.54 88.13 -
YUV 71.98 226.21 178.66 -
System Red Green Blue C M Y K H S L
Decimal 143 2 246 0.42 0.99 0 0.04 274.67 0.98 0.49
Hex 8F 2 F6 2A 63 0 4 113 62 31
Octal 217 2 366 52 143 0 4 423 142 61
Binary 10001111 10 11110110 101010 1100011 0 100 100010011 1100010 110001

Color Harmonies of #8F02F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F02F6

Black with #8F02F6

Text Example


Text Example

White with #8F02F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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