#815AB2

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

Shades of Studio #815AB2

Tints of Studio #815AB2

Color information

#815AB2 (or 0x815AB2) is unknown color: approx Studio. HEX triplet: 81, 5A and B2. RGB value is (129,90,178). Sum of RGB (Red+Green+Blue) = 129+90+178=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #815AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AB2 is #7EA54D. Grayscale: #6F6F6F. Windows color (decimal): -8299854 or 11688577. OLE color: 11688577.

HSL color Cylindrical-coordinate representation of color #815AB2: hue angle of 266.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815AB2 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12990178-
CMYK0.280.4900.30
HSL266.59º36.36%52.55%-
HSV(B)266.59º49.44%69.8%-
XYZ20.7515.1943.96-
YUV111.69165.42140.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=32.49%
G=22.67%
B=44.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129901780.280.4900.30266.5936.3652.55
Hex815AB21C3101E10b2435
Octal20113226234610364134465
Binary1000000110110101011001011100110001011110100001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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