Html Css Color HEX #8C0CBE Dark Violet

📋 copy color: '#8C0CBE'

red 140 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #8C0CBE

Tints of Dark Violet #8C0CBE

RGB

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

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

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

R = 40.94%
G = 3.51%
B = 55.56%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C0CBE (or 0x8C0CBE) is known color: Dark Violet. HEX triplet: 8C, 0C and BE. RGB value is (140,12,190). Sum of RGB (Red+Green+Blue) = 140+12+190=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0CBE is #73F341. Grayscale: #454545. Windows color (decimal): -7598914 or 12455052. OLE color: 12455052.

HSL color Cylindrical-coordinate representation of color #8C0CBE: hue angle of 283.15º 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 #8C0CBE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 12 190 -
CMYK 0.26 0.94 0 0.25
HSL 283.15º 0.88% 0.4% -
HSV(B) 283.15º 0.94% 0.75% -
XYZ 20.24 9.56 49.49 -
YUV 70.56 195.41 177.53 -
System Red Green Blue C M Y K H S L
Decimal 140 12 190 0.26 0.94 0 0.25 283.15 0.88 0.4
Hex 8C C BE 1A 5E 0 19 11B 58 28
Octal 214 14 276 32 136 0 31 433 130 50
Binary 10001100 1100 10111110 11010 1011110 0 11001 100011011 1011000 101000

Color Harmonies of #8C0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CBE

Black with #8C0CBE

Text Example


Text Example

White with #8C0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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