Html Css Color HEX #8C05C2 Dark Violet

📋 copy color: '#8C05C2'

red 140 ◦ green 5 ◦ blue 194

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

Shades of Dark Violet #8C05C2

Tints of Dark Violet #8C05C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 57.23%

R = 41.3%
G = 1.47%
B = 57.23%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C05C2 (or 0x8C05C2) is known color: Dark Violet. HEX triplet: 8C, 05 and C2. RGB value is (140,5,194). Sum of RGB (Red+Green+Blue) = 140+5+194=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C05C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C05C2 is #73FA3D. Grayscale: #424242. Windows color (decimal): -7600702 or 12715404. OLE color: 12715404.

HSL color Cylindrical-coordinate representation of color #8C05C2: hue angle of 282.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C05C2 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 5 194 -
CMYK 0.28 0.97 0 0.24
HSL 282.86º 0.95% 0.39% -
HSV(B) 282.86º 0.97% 0.76% -
XYZ 20.61 9.58 51.8 -
YUV 66.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 140 5 194 0.28 0.97 0 0.24 282.86 0.95 0.39
Hex 8C 5 C2 1C 61 0 18 11B 5F 27
Octal 214 5 302 34 141 0 30 433 137 47
Binary 10001100 101 11000010 11100 1100001 0 11000 100011011 1011111 100111

Color Harmonies of #8C05C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C05C2

Black with #8C05C2

Text Example


Text Example

White with #8C05C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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