#805ABD

Color #805ABD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #805ABD

Tints of True V #805ABD

Color information

#805ABD (or 0x805ABD) is unknown color: approx True V. HEX triplet: 80, 5A and BD. RGB value is (128,90,189). Sum of RGB (Red+Green+Blue) = 128+90+189=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #805ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ABD is #7FA542. Grayscale: #707070. Windows color (decimal): -8365379 or 12409472. OLE color: 12409472.

HSL color Cylindrical-coordinate representation of color #805ABD: hue angle of 263.03º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #805ABD is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12890189-
CMYK0.320.5200.26
HSL263.03º42.86%54.71%-
HSV(B)263.03º52.38%74.12%-
XYZ21.7415.5850-
YUV112.65171.09138.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=31.45%
G=22.11%
B=46.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128901890.320.5200.26263.0342.8654.71
Hex805ABD203401A1072b37
Octal20013227540640324075367
Binary10000000101101010111101100000110100011010100000111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805ABD; }

 p { color: rgb(128,90,189); }

 H1.HeaderClassName
 {
   color: #805ABD;
 }
 .AnyTagClassName
 {
   color: #805ABD;
 }
</style>
background-color css

<style>
 a { background-color: #805ABD; }

 a { background-color: rgb(128,90,189); }

 div.DivClassName
 {
   background-color: #805ABD;
 }
 .BgClassName
 {
   background-color: #805ABD;
 }
</style>
border-color css

<style>
 span { border-color: #805ABD; }

 span { border-color: rgb(128,90,189); }

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