Html Css Color HEX #800CCA Dark Violet

📋 copy color: '#800CCA'

red 128 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #800CCA

Tints of Dark Violet #800CCA

RGB

 RED value IS 128 (50.39% from 255) = 37.43%

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

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

R = 37.43%
G = 3.51%
B = 59.06%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#800CCA (or 0x800CCA) is known color: Dark Violet. HEX triplet: 80, 0C and CA. RGB value is (128,12,202). Sum of RGB (Red+Green+Blue) = 128+12+202=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #800CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CCA is #7FF335. Grayscale: #434343. Windows color (decimal): -8385334 or 13241472. OLE color: 13241472.

HSL color Cylindrical-coordinate representation of color #800CCA: hue angle of 276.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CCA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 12 202 -
CMYK 0.37 0.94 0 0.21
HSL 276.63º 0.89% 0.42% -
HSV(B) 276.63º 0.94% 0.79% -
XYZ 19.69 9.12 56.6 -
YUV 68.34 203.43 170.55 -
System Red Green Blue C M Y K H S L
Decimal 128 12 202 0.37 0.94 0 0.21 276.63 0.89 0.42
Hex 80 C CA 25 5E 0 15 115 59 2A
Octal 200 14 312 45 136 0 25 425 131 52
Binary 10000000 1100 11001010 100101 1011110 0 10101 100010101 1011001 101010

Color Harmonies of #800CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CCA

Black with #800CCA

Text Example


Text Example

White with #800CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800CCA; }

 p { color: rgb(128,12,202); }

 H1.HeaderClassName
 {
   color: #800CCA;
 }
 .AnyTagClassName
 {
   color: #800CCA;
 }
</style>

background-color css

<style>
 a { background-color: #800CCA; }

 a { background-color: rgb(128,12,202); }

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

border-color css

<style>
 span { border-color: #800CCA; }

 span { border-color: rgb(128,12,202); }

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