Html Css Color HEX #800AB3 Dark Violet

📋 copy color: '#800AB3'

red 128 ◦ green 10 ◦ blue 179

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

Shades of Dark Violet #800AB3

Tints of Dark Violet #800AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 56.47%

R = 40.38%
G = 3.15%
B = 56.47%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#800AB3 (or 0x800AB3) is known color: Dark Violet. HEX triplet: 80, 0A and B3. RGB value is (128,10,179). Sum of RGB (Red+Green+Blue) = 128+10+179=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #800AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800AB3 is #7FF54C. Grayscale: #3F3F3F. Windows color (decimal): -8385869 or 11733632. OLE color: 11733632.

HSL color Cylindrical-coordinate representation of color #800AB3: hue angle of 281.89º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800AB3 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 10 179 -
CMYK 0.28 0.94 0 0.30
HSL 281.89º 0.89% 0.37% -
HSV(B) 281.89º 0.94% 0.7% -
XYZ 17.15 8.06 43.3 -
YUV 64.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 128 10 179 0.28 0.94 0 0.30 281.89 0.89 0.37
Hex 80 A B3 1C 5E 0 1E 11A 59 25
Octal 200 12 263 34 136 0 36 432 131 45
Binary 10000000 1010 10110011 11100 1011110 0 11110 100011010 1011001 100101

Color Harmonies of #800AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AB3

Black with #800AB3

Text Example


Text Example

White with #800AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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