Html Css Color HEX #800DB8 Dark Violet

📋 copy color: '#800DB8'

red 128 ◦ green 13 ◦ blue 184

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

Shades of Dark Violet #800DB8

Tints of Dark Violet #800DB8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4%

 BLUE value IS 184 (72.27% from 255) = 56.62%

R = 39.38%
G = 4%
B = 56.62%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#800DB8 (or 0x800DB8) is known color: Dark Violet. HEX triplet: 80, 0D and B8. RGB value is (128,13,184). Sum of RGB (Red+Green+Blue) = 128+13+184=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #800DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DB8 is #7FF247. Grayscale: #424242. Windows color (decimal): -8385096 or 12062080. OLE color: 12062080.

HSL color Cylindrical-coordinate representation of color #800DB8: hue angle of 280.35º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800DB8 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 13 184 -
CMYK 0.30 0.93 0 0.28
HSL 280.35º 0.87% 0.39% -
HSV(B) 280.35º 0.93% 0.72% -
XYZ 17.7 8.34 46.02 -
YUV 66.88 194.1 171.6 -
System Red Green Blue C M Y K H S L
Decimal 128 13 184 0.30 0.93 0 0.28 280.35 0.87 0.39
Hex 80 D B8 1E 5D 0 1C 118 57 27
Octal 200 15 270 36 135 0 34 430 127 47
Binary 10000000 1101 10111000 11110 1011101 0 11100 100011000 1010111 100111

Color Harmonies of #800DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DB8

Black with #800DB8

Text Example


Text Example

White with #800DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,13,184); }

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

background-color css

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

 a { background-color: rgb(128,13,184); }

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

border-color css

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

 span { border-color: rgb(128,13,184); }

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