Html Css Color HEX #800DDB Dark Violet

📋 copy color: '#800DDB'

red 128 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #800DDB

Tints of Dark Violet #800DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 35.56%
G = 3.61%
B = 60.83%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#800DDB (or 0x800DDB) is known color: Dark Violet. HEX triplet: 80, 0D and DB. RGB value is (128,13,219). Sum of RGB (Red+Green+Blue) = 128+13+219=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #800DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DDB is #7FF224. Grayscale: #464646. Windows color (decimal): -8385061 or 14355840. OLE color: 14355840.

HSL color Cylindrical-coordinate representation of color #800DDB: hue angle of 273.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DDB is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 13 219 -
CMYK 0.42 0.94 0 0.14
HSL 273.5º 0.89% 0.45% -
HSV(B) 273.5º 0.94% 0.86% -
XYZ 21.83 9.99 67.8 -
YUV 70.87 211.6 168.75 -
System Red Green Blue C M Y K H S L
Decimal 128 13 219 0.42 0.94 0 0.14 273.5 0.89 0.45
Hex 80 D DB 2A 5E 0 E 111 59 2D
Octal 200 15 333 52 136 0 16 421 131 55
Binary 10000000 1101 11011011 101010 1011110 0 1110 100010001 1011001 101101

Color Harmonies of #800DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DDB

Black with #800DDB

Text Example


Text Example

White with #800DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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