Html Css Color HEX #8C0CC0 Dark Violet

📋 copy color: '#8C0CC0'

red 140 ◦ green 12 ◦ blue 192

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

Shades of Dark Violet #8C0CC0

Tints of Dark Violet #8C0CC0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.49%

 BLUE value IS 192 (75.39% from 255) = 55.81%

R = 40.7%
G = 3.49%
B = 55.81%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C0CC0 (or 0x8C0CC0) is known color: Dark Violet. HEX triplet: 8C, 0C and C0. RGB value is (140,12,192). Sum of RGB (Red+Green+Blue) = 140+12+192=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C0CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0CC0 is #73F33F. Grayscale: #464646. Windows color (decimal): -7598912 or 12586124. OLE color: 12586124.

HSL color Cylindrical-coordinate representation of color #8C0CC0: hue angle of 282.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0CC0 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 12 192 -
CMYK 0.27 0.94 0 0.25
HSL 282.67º 0.88% 0.4% -
HSV(B) 282.67º 0.94% 0.75% -
XYZ 20.46 9.64 50.65 -
YUV 70.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 140 12 192 0.27 0.94 0 0.25 282.67 0.88 0.4
Hex 8C C C0 1B 5E 0 19 11B 58 28
Octal 214 14 300 33 136 0 31 433 130 50
Binary 10001100 1100 11000000 11011 1011110 0 11001 100011011 1011000 101000

Color Harmonies of #8C0CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CC0

Black with #8C0CC0

Text Example


Text Example

White with #8C0CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,12,192); }

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

background-color css

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

 a { background-color: rgb(140,12,192); }

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

border-color css

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

 span { border-color: rgb(140,12,192); }

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