Html Css Color HEX #800DBC Dark Violet

📋 copy color: '#800DBC'

red 128 ◦ green 13 ◦ blue 188

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

Shades of Dark Violet #800DBC

Tints of Dark Violet #800DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 38.91%
G = 3.95%
B = 57.14%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#800DBC (or 0x800DBC) is known color: Dark Violet. HEX triplet: 80, 0D and BC. RGB value is (128,13,188). Sum of RGB (Red+Green+Blue) = 128+13+188=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #800DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DBC is #7FF243. Grayscale: #424242. Windows color (decimal): -8385092 or 12324224. OLE color: 12324224.

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

Color convert

RGB 128 13 188 -
CMYK 0.32 0.93 0 0.26
HSL 279.43º 0.87% 0.39% -
HSV(B) 279.43º 0.93% 0.74% -
XYZ 18.12 8.51 48.26 -
YUV 67.34 196.1 171.27 -
System Red Green Blue C M Y K H S L
Decimal 128 13 188 0.32 0.93 0 0.26 279.43 0.87 0.39
Hex 80 D BC 20 5D 0 1A 117 57 27
Octal 200 15 274 40 135 0 32 427 127 47
Binary 10000000 1101 10111100 100000 1011101 0 11010 100010111 1010111 100111

Color Harmonies of #800DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DBC

Black with #800DBC

Text Example


Text Example

White with #800DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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