Html Css Color HEX #800CC9 Dark Violet

📋 copy color: '#800CC9'

red 128 ◦ green 12 ◦ blue 201

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

Shades of Dark Violet #800CC9

Tints of Dark Violet #800CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.94%

R = 37.54%
G = 3.52%
B = 58.94%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#800CC9 (or 0x800CC9) is known color: Dark Violet. HEX triplet: 80, 0C and C9. RGB value is (128,12,201). Sum of RGB (Red+Green+Blue) = 128+12+201=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #800CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CC9 is #7FF336. Grayscale: #434343. Windows color (decimal): -8385335 or 13175936. OLE color: 13175936.

HSL color Cylindrical-coordinate representation of color #800CC9: hue angle of 276.83º 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 #800CC9 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 12 201 -
CMYK 0.36 0.94 0 0.21
HSL 276.83º 0.89% 0.42% -
HSV(B) 276.83º 0.94% 0.79% -
XYZ 19.58 9.07 55.98 -
YUV 68.23 202.93 170.63 -
System Red Green Blue C M Y K H S L
Decimal 128 12 201 0.36 0.94 0 0.21 276.83 0.89 0.42
Hex 80 C C9 24 5E 0 15 115 59 2A
Octal 200 14 311 44 136 0 25 425 131 52
Binary 10000000 1100 11001001 100100 1011110 0 10101 100010101 1011001 101010

Color Harmonies of #800CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CC9

Black with #800CC9

Text Example


Text Example

White with #800CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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