#815CAB

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

Shades of Studio #815CAB

Tints of Studio #815CAB

Color information

#815CAB (or 0x815CAB) is unknown color: approx Studio. HEX triplet: 81, 5C and AB. RGB value is (129,92,171). Sum of RGB (Red+Green+Blue) = 129+92+171=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #815CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815CAB is #7EA354. Grayscale: #6F6F6F. Windows color (decimal): -8299349 or 11230337. OLE color: 11230337.

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

Color convert

RGB12992171-
CMYK0.250.4600.33
HSL268.1º31.98%51.57%-
HSV(B)268.1º46.2%67.06%-
XYZ20.2315.2640.41-
YUV112.07161.26140.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=32.91%
G=23.47%
B=43.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129921710.250.4600.33268.131.9851.57
Hex815CAB192E02110c2034
Octal20113425331560414144064
Binary10000001101110010101011110011011100100001100001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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