Html Css Color HEX #800CE0 Dark Violet

📋 copy color: '#800CE0'

red 128 ◦ green 12 ◦ blue 224

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

Shades of Dark Violet #800CE0

Tints of Dark Violet #800CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.54%

R = 35.16%
G = 3.3%
B = 61.54%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#800CE0 (or 0x800CE0) is known color: Dark Violet. HEX triplet: 80, 0C and E0. RGB value is (128,12,224). Sum of RGB (Red+Green+Blue) = 128+12+224=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #800CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CE0 is #7FF31F. Grayscale: #464646. Windows color (decimal): -8385312 or 14683264. OLE color: 14683264.

HSL color Cylindrical-coordinate representation of color #800CE0: hue angle of 272.83º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800CE0 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 12 224 -
CMYK 0.43 0.95 0 0.12
HSL 272.83º 0.9% 0.46% -
HSV(B) 272.83º 0.95% 0.88% -
XYZ 22.49 10.23 71.31 -
YUV 70.85 214.43 168.76 -
System Red Green Blue C M Y K H S L
Decimal 128 12 224 0.43 0.95 0 0.12 272.83 0.9 0.46
Hex 80 C E0 2B 5F 0 C 111 5A 2E
Octal 200 14 340 53 137 0 14 421 132 56
Binary 10000000 1100 11100000 101011 1011111 0 1100 100010001 1011010 101110

Color Harmonies of #800CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CE0

Black with #800CE0

Text Example


Text Example

White with #800CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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