Html Css Color HEX #8C07CE Dark Violet

📋 copy color: '#8C07CE'

red 140 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #8C07CE

Tints of Dark Violet #8C07CE

RGB

 RED value IS 140 (55.08% from 255) = 39.66%

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

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

R = 39.66%
G = 1.98%
B = 58.36%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C07CE (or 0x8C07CE) is known color: Dark Violet. HEX triplet: 8C, 07 and CE. RGB value is (140,7,206). Sum of RGB (Red+Green+Blue) = 140+7+206=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C07CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C07CE is #73F831. Grayscale: #444444. Windows color (decimal): -7600178 or 13502348. OLE color: 13502348.

HSL color Cylindrical-coordinate representation of color #8C07CE: hue angle of 280.1º 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 #8C07CE is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 7 206 -
CMYK 0.32 0.97 0 0.19
HSL 280.1º 0.93% 0.42% -
HSV(B) 280.1º 0.97% 0.81% -
XYZ 22.03 10.18 59.2 -
YUV 69.45 205.06 178.32 -
System Red Green Blue C M Y K H S L
Decimal 140 7 206 0.32 0.97 0 0.19 280.1 0.93 0.42
Hex 8C 7 CE 20 61 0 13 118 5D 2A
Octal 214 7 316 40 141 0 23 430 135 52
Binary 10001100 111 11001110 100000 1100001 0 10011 100011000 1011101 101010

Color Harmonies of #8C07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C07CE

Black with #8C07CE

Text Example


Text Example

White with #8C07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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