Html Css Color HEX #800CE4 Dark Violet

📋 copy color: '#800CE4'

red 128 ◦ green 12 ◦ blue 228

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

Shades of Dark Violet #800CE4

Tints of Dark Violet #800CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 61.96%

R = 34.78%
G = 3.26%
B = 61.96%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#800CE4 (or 0x800CE4) is known color: Dark Violet. HEX triplet: 80, 0C and E4. RGB value is (128,12,228). Sum of RGB (Red+Green+Blue) = 128+12+228=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 228 (89.45% from 255 or 61.96% from 368); Max value from RGB is 228 - color contains mainly: blue. Hex color #800CE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CE4 is #7FF31B. Grayscale: #464646. Windows color (decimal): -8385308 or 14945408. OLE color: 14945408.

HSL color Cylindrical-coordinate representation of color #800CE4: hue angle of 272.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800CE4 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 12 228 -
CMYK 0.44 0.95 0 0.11
HSL 272.22º 0.9% 0.47% -
HSV(B) 272.22º 0.95% 0.89% -
XYZ 23.04 10.45 74.2 -
YUV 71.31 216.43 168.44 -
System Red Green Blue C M Y K H S L
Decimal 128 12 228 0.44 0.95 0 0.11 272.22 0.9 0.47
Hex 80 C E4 2C 5F 0 B 110 5A 2F
Octal 200 14 344 54 137 0 13 420 132 57
Binary 10000000 1100 11100100 101100 1011111 0 1011 100010000 1011010 101111

Color Harmonies of #800CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CE4

Black with #800CE4

Text Example


Text Example

White with #800CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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