#855AA9

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

Shades of Studio #855AA9

Tints of Studio #855AA9

Color information

#855AA9 (or 0x855AA9) is unknown color: approx Studio. HEX triplet: 85, 5A and A9. RGB value is (133,90,169). Sum of RGB (Red+Green+Blue) = 133+90+169=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #855AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855AA9 is #7AA556. Grayscale: #6F6F6F. Windows color (decimal): -8037719 or 11098757. OLE color: 11098757.

HSL color Cylindrical-coordinate representation of color #855AA9: hue angle of 272.66º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855AA9 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13390169-
CMYK0.210.4700.34
HSL272.66º31.47%50.78%-
HSV(B)272.66º46.75%66.27%-
XYZ20.4915.1639.38-
YUV111.86160.25143.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 169 (66.41% from 255) = 43.11%
R=33.93%
G=22.96%
B=43.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133901690.210.4700.34272.6631.4750.78
Hex855AA9152F0221111f33
Octal20513225125570424213763
Binary1000010110110101010100110101101111010001010001000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855AA9; }

 p { color: rgb(133,90,169); }

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

<style>
 a { background-color: #855AA9; }

 a { background-color: rgb(133,90,169); }

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

<style>
 span { border-color: #855AA9; }

 span { border-color: rgb(133,90,169); }

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