Html Css Color HEX #8F07BE Dark Violet

📋 copy color: '#8F07BE'

red 143 ◦ green 7 ◦ blue 190

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

Shades of Dark Violet #8F07BE

Tints of Dark Violet #8F07BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 42.06%
G = 2.06%
B = 55.88%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F07BE (or 0x8F07BE) is known color: Dark Violet. HEX triplet: 8F, 07 and BE. RGB value is (143,7,190). Sum of RGB (Red+Green+Blue) = 143+7+190=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07BE is #70F841. Grayscale: #434343. Windows color (decimal): -7403586 or 12453775. OLE color: 12453775.

HSL color Cylindrical-coordinate representation of color #8F07BE: hue angle of 284.59º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F07BE is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 7 190 -
CMYK 0.25 0.96 0 0.25
HSL 284.59º 0.93% 0.39% -
HSV(B) 284.59º 0.96% 0.75% -
XYZ 20.7 9.71 49.5 -
YUV 68.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 143 7 190 0.25 0.96 0 0.25 284.59 0.93 0.39
Hex 8F 7 BE 19 60 0 19 11D 5D 27
Octal 217 7 276 31 140 0 31 435 135 47
Binary 10001111 111 10111110 11001 1100000 0 11001 100011101 1011101 100111

Color Harmonies of #8F07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F07BE

Black with #8F07BE

Text Example


Text Example

White with #8F07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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