Html Css Color HEX #800CCD Dark Violet

📋 copy color: '#800CCD'

red 128 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #800CCD

Tints of Dark Violet #800CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 37.1%
G = 3.48%
B = 59.42%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#800CCD (or 0x800CCD) is known color: Dark Violet. HEX triplet: 80, 0C and CD. RGB value is (128,12,205). Sum of RGB (Red+Green+Blue) = 128+12+205=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #800CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CCD is #7FF332. Grayscale: #444444. Windows color (decimal): -8385331 or 13438080. OLE color: 13438080.

HSL color Cylindrical-coordinate representation of color #800CCD: hue angle of 276.06º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CCD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 12 205 -
CMYK 0.38 0.94 0 0.20
HSL 276.06º 0.89% 0.43% -
HSV(B) 276.06º 0.94% 0.8% -
XYZ 20.05 9.26 58.49 -
YUV 68.69 204.93 170.31 -
System Red Green Blue C M Y K H S L
Decimal 128 12 205 0.38 0.94 0 0.20 276.06 0.89 0.43
Hex 80 C CD 26 5E 0 14 114 59 2B
Octal 200 14 315 46 136 0 24 424 131 53
Binary 10000000 1100 11001101 100110 1011110 0 10100 100010100 1011001 101011

Color Harmonies of #800CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CCD

Black with #800CCD

Text Example


Text Example

White with #800CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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