#815ABC

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

Shades of True V #815ABC

Tints of True V #815ABC

Color information

#815ABC (or 0x815ABC) is unknown color: approx True V. HEX triplet: 81, 5A and BC. RGB value is (129,90,188). Sum of RGB (Red+Green+Blue) = 129+90+188=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #815ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ABC is #7EA543. Grayscale: #707070. Windows color (decimal): -8299844 or 12343937. OLE color: 12343937.

HSL color Cylindrical-coordinate representation of color #815ABC: hue angle of 263.88º degrees, saturation: 0.42, 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 #815ABC is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12990188-
CMYK0.310.5200.26
HSL263.88º42.24%54.51%-
HSV(B)263.88º52.13%73.73%-
XYZ21.7915.6149.44-
YUV112.83170.42139.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=31.70%
G=22.11%
B=46.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129901880.310.5200.26263.8842.2454.51
Hex815ABC1F3401A1082a37
Octal20113227437640324105267
Binary1000000110110101011110011111110100011010100001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815ABC; }

 p { color: rgb(129,90,188); }

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

<style>
 a { background-color: #815ABC; }

 a { background-color: rgb(129,90,188); }

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

<style>
 span { border-color: #815ABC; }

 span { border-color: rgb(129,90,188); }

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