#815BAB

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

Shades of Studio #815BAB

Tints of Studio #815BAB

Color information

#815BAB (or 0x815BAB) is unknown color: approx Studio. HEX triplet: 81, 5B and AB. RGB value is (129,91,171). Sum of RGB (Red+Green+Blue) = 129+91+171=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #815BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815BAB is #7EA454. Grayscale: #6F6F6F. Windows color (decimal): -8299605 or 11230081. OLE color: 11230081.

HSL color Cylindrical-coordinate representation of color #815BAB: hue angle of 268.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815BAB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12991171-
CMYK0.250.4700.33
HSL268.5º32.26%51.37%-
HSV(B)268.5º46.78%67.06%-
XYZ20.1515.0940.38-
YUV111.48161.59140.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=32.99%
G=23.27%
B=43.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129911710.250.4700.33268.532.2651.37
Hex815BAB192F02110c2033
Octal20113325331570414144063
Binary10000001101101110101011110011011110100001100001100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,91,171); }

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

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

 a { background-color: rgb(129,91,171); }

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

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

 span { border-color: rgb(129,91,171); }

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