Html Css Color HEX #800ADE Dark Violet

📋 copy color: '#800ADE'

red 128 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #800ADE

Tints of Dark Violet #800ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.78%

 BLUE value IS 222 (87.11% from 255) = 61.67%

R = 35.56%
G = 2.78%
B = 61.67%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#800ADE (or 0x800ADE) is known color: Dark Violet. HEX triplet: 80, 0A and DE. RGB value is (128,10,222). Sum of RGB (Red+Green+Blue) = 128+10+222=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #800ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ADE is #7FF521. Grayscale: #444444. Windows color (decimal): -8385826 or 14551680. OLE color: 14551680.

HSL color Cylindrical-coordinate representation of color #800ADE: hue angle of 273.4º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800ADE is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 10 222 -
CMYK 0.42 0.95 0 0.13
HSL 273.4º 0.91% 0.45% -
HSV(B) 273.4º 0.95% 0.87% -
XYZ 22.2 10.08 69.88 -
YUV 69.45 214.09 169.76 -
System Red Green Blue C M Y K H S L
Decimal 128 10 222 0.42 0.95 0 0.13 273.4 0.91 0.45
Hex 80 A DE 2A 5F 0 D 111 5B 2D
Octal 200 12 336 52 137 0 15 421 133 55
Binary 10000000 1010 11011110 101010 1011111 0 1101 100010001 1011011 101101

Color Harmonies of #800ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ADE

Black with #800ADE

Text Example


Text Example

White with #800ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,10,222); }

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

background-color css

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

 a { background-color: rgb(128,10,222); }

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

border-color css

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

 span { border-color: rgb(128,10,222); }

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