#854AA2

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

Shades of Studio #854AA2

Tints of Studio #854AA2

Color information

#854AA2 (or 0x854AA2) is unknown color: approx Studio. HEX triplet: 85, 4A and A2. RGB value is (133,74,162). Sum of RGB (Red+Green+Blue) = 133+74+162=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #854AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854AA2 is #7AB55D. Grayscale: #656565. Windows color (decimal): -8041822 or 10635909. OLE color: 10635909.

HSL color Cylindrical-coordinate representation of color #854AA2: hue angle of 280.23º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #854AA2 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13374162-
CMYK0.180.5400.36
HSL280.23º37.29%46.27%-
HSV(B)280.23º54.32%63.53%-
XYZ18.6412.4935.61-
YUV101.67162.05150.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 162 (63.67% from 255) = 43.90%
R=36.04%
G=20.05%
B=43.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133741620.180.5400.36280.2337.2946.27
Hex854AA21236024118252e
Octal20511224222660444304556
Binary10000101100101010100010100101101100100100100011000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854AA2; }

 p { color: rgb(133,74,162); }

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

<style>
 a { background-color: #854AA2; }

 a { background-color: rgb(133,74,162); }

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

<style>
 span { border-color: #854AA2; }

 span { border-color: rgb(133,74,162); }

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