Html Css Color HEX #800ADF Dark Violet

📋 copy color: '#800ADF'

red 128 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #800ADF

Tints of Dark Violet #800ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.77%

R = 35.46%
G = 2.77%
B = 61.77%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#800ADF (or 0x800ADF) is known color: Dark Violet. HEX triplet: 80, 0A and DF. RGB value is (128,10,223). Sum of RGB (Red+Green+Blue) = 128+10+223=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #800ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ADF is #7FF520. Grayscale: #444444. Windows color (decimal): -8385825 or 14617216. OLE color: 14617216.

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

Color convert

RGB 128 10 223 -
CMYK 0.43 0.96 0 0.13
HSL 273.24º 0.91% 0.46% -
HSV(B) 273.24º 0.96% 0.87% -
XYZ 22.33 10.13 70.59 -
YUV 69.56 214.59 169.68 -
System Red Green Blue C M Y K H S L
Decimal 128 10 223 0.43 0.96 0 0.13 273.24 0.91 0.46
Hex 80 A DF 2B 60 0 D 111 5B 2E
Octal 200 12 337 53 140 0 15 421 133 56
Binary 10000000 1010 11011111 101011 1100000 0 1101 100010001 1011011 101110

Color Harmonies of #800ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ADF

Black with #800ADF

Text Example


Text Example

White with #800ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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