Html Css Color HEX #8F07CE Dark Violet

📋 copy color: '#8F07CE'

red 143 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #8F07CE

Tints of Dark Violet #8F07CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 40.17%
G = 1.97%
B = 57.87%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F07CE (or 0x8F07CE) is known color: Dark Violet. HEX triplet: 8F, 07 and CE. RGB value is (143,7,206). Sum of RGB (Red+Green+Blue) = 143+7+206=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F07CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07CE is #70F831. Grayscale: #454545. Windows color (decimal): -7403570 or 13502351. OLE color: 13502351.

HSL color Cylindrical-coordinate representation of color #8F07CE: hue angle of 281.01º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F07CE is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 7 206 -
CMYK 0.31 0.97 0 0.19
HSL 281.01º 0.93% 0.42% -
HSV(B) 281.01º 0.97% 0.81% -
XYZ 22.54 10.45 59.22 -
YUV 70.35 204.56 179.82 -
System Red Green Blue C M Y K H S L
Decimal 143 7 206 0.31 0.97 0 0.19 281.01 0.93 0.42
Hex 8F 7 CE 1F 61 0 13 119 5D 2A
Octal 217 7 316 37 141 0 23 431 135 52
Binary 10001111 111 11001110 11111 1100001 0 10011 100011001 1011101 101010

Color Harmonies of #8F07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F07CE

Black with #8F07CE

Text Example


Text Example

White with #8F07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,7,206); }

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

background-color css

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

 a { background-color: rgb(143,7,206); }

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

border-color css

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

 span { border-color: rgb(143,7,206); }

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