#81569B

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

Shades of Studio #81569B

Tints of Studio #81569B

Color information

#81569B (or 0x81569B) is unknown color: approx Studio. HEX triplet: 81, 56 and 9B. RGB value is (129,86,155). Sum of RGB (Red+Green+Blue) = 129+86+155=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #81569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81569B is #7EA964. Grayscale: #6A6A6A. Windows color (decimal): -8300901 or 10180225. OLE color: 10180225.

HSL color Cylindrical-coordinate representation of color #81569B: hue angle of 277.39º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81569B is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12986155-
CMYK0.170.4500.39
HSL277.39º28.63%47.25%-
HSV(B)277.39º44.52%60.78%-
XYZ18.313.6932.69-
YUV106.72155.25143.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=34.86%
G=23.24%
B=41.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129861550.170.4500.39277.3928.6347.25
Hex81569B112D0271151d2f
Octal20112623321550474253557
Binary1000000110101101001101110001101101010011110001010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81569B; }

 p { color: rgb(129,86,155); }

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

<style>
 a { background-color: #81569B; }

 a { background-color: rgb(129,86,155); }

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

<style>
 span { border-color: #81569B; }

 span { border-color: rgb(129,86,155); }

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