Html Css Color HEX #8C05CE Dark Violet

📋 copy color: '#8C05CE'

red 140 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #8C05CE

Tints of Dark Violet #8C05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 39.89%
G = 1.42%
B = 58.69%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C05CE (or 0x8C05CE) is known color: Dark Violet. HEX triplet: 8C, 05 and CE. RGB value is (140,5,206). Sum of RGB (Red+Green+Blue) = 140+5+206=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C05CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C05CE is #73FA31. Grayscale: #434343. Windows color (decimal): -7600690 or 13501836. OLE color: 13501836.

HSL color Cylindrical-coordinate representation of color #8C05CE: hue angle of 280.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05CE is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 5 206 -
CMYK 0.32 0.98 0 0.19
HSL 280.3º 0.95% 0.41% -
HSV(B) 280.3º 0.98% 0.81% -
XYZ 22.01 10.14 59.19 -
YUV 68.28 205.73 179.16 -
System Red Green Blue C M Y K H S L
Decimal 140 5 206 0.32 0.98 0 0.19 280.3 0.95 0.41
Hex 8C 5 CE 20 62 0 13 118 5F 29
Octal 214 5 316 40 142 0 23 430 137 51
Binary 10001100 101 11001110 100000 1100010 0 10011 100011000 1011111 101001

Color Harmonies of #8C05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C05CE

Black with #8C05CE

Text Example


Text Example

White with #8C05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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