Html Css Color HEX #8C0BCA Dark Violet

📋 copy color: '#8C0BCA'

red 140 ◦ green 11 ◦ blue 202

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

Shades of Dark Violet #8C0BCA

Tints of Dark Violet #8C0BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.12%

 BLUE value IS 202 (79.3% from 255) = 57.22%

R = 39.66%
G = 3.12%
B = 57.22%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C0BCA (or 0x8C0BCA) is known color: Dark Violet. HEX triplet: 8C, 0B and CA. RGB value is (140,11,202). Sum of RGB (Red+Green+Blue) = 140+11+202=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0BCA is #73F435. Grayscale: #464646. Windows color (decimal): -7599158 or 13241228. OLE color: 13241228.

HSL color Cylindrical-coordinate representation of color #8C0BCA: hue angle of 280.52º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0BCA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 11 202 -
CMYK 0.31 0.95 0 0.21
HSL 280.52º 0.9% 0.42% -
HSV(B) 280.52º 0.95% 0.79% -
XYZ 21.6 10.08 56.68 -
YUV 71.35 201.74 176.97 -
System Red Green Blue C M Y K H S L
Decimal 140 11 202 0.31 0.95 0 0.21 280.52 0.9 0.42
Hex 8C B CA 1F 5F 0 15 119 5A 2A
Octal 214 13 312 37 137 0 25 431 132 52
Binary 10001100 1011 11001010 11111 1011111 0 10101 100011001 1011010 101010

Color Harmonies of #8C0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0BCA

Black with #8C0BCA

Text Example


Text Example

White with #8C0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,11,202); }

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

background-color css

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

 a { background-color: rgb(140,11,202); }

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

border-color css

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

 span { border-color: rgb(140,11,202); }

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