Html Css Color HEX #800CDA Dark Violet

📋 copy color: '#800CDA'

red 128 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #800CDA

Tints of Dark Violet #800CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 35.75%
G = 3.35%
B = 60.89%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#800CDA (or 0x800CDA) is known color: Dark Violet. HEX triplet: 80, 0C and DA. RGB value is (128,12,218). Sum of RGB (Red+Green+Blue) = 128+12+218=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #800CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CDA is #7FF325. Grayscale: #454545. Windows color (decimal): -8385318 or 14290048. OLE color: 14290048.

HSL color Cylindrical-coordinate representation of color #800CDA: hue angle of 273.79º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CDA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 12 218 -
CMYK 0.41 0.94 0 0.15
HSL 273.79º 0.9% 0.45% -
HSV(B) 273.79º 0.94% 0.85% -
XYZ 21.69 9.91 67.1 -
YUV 70.17 211.43 169.25 -
System Red Green Blue C M Y K H S L
Decimal 128 12 218 0.41 0.94 0 0.15 273.79 0.9 0.45
Hex 80 C DA 29 5E 0 F 112 5A 2D
Octal 200 14 332 51 136 0 17 422 132 55
Binary 10000000 1100 11011010 101001 1011110 0 1111 100010010 1011010 101101

Color Harmonies of #800CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CDA

Black with #800CDA

Text Example


Text Example

White with #800CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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