#853CAD

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

Shades of Studio #853CAD

Tints of Studio #853CAD

Color information

#853CAD (or 0x853CAD) is unknown color: approx Studio. HEX triplet: 85, 3C and AD. RGB value is (133,60,173). Sum of RGB (Red+Green+Blue) = 133+60+173=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #853CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CAD is #7AC352. Grayscale: #5E5E5E. Windows color (decimal): -8045395 or 11353221. OLE color: 11353221.

HSL color Cylindrical-coordinate representation of color #853CAD: hue angle of 278.76º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853CAD is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13360173-
CMYK0.230.6500.32
HSL278.76º48.5%45.69%-
HSV(B)278.76º65.32%67.84%-
XYZ18.8311.2440.71-
YUV94.71172.18155.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=36.34%
G=16.39%
B=47.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133601730.230.6500.32278.7648.545.69
Hex853CAD1741020117302e
Octal20574255271010404276056
Binary10000101111100101011011011110000010100000100010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853CAD; }

 p { color: rgb(133,60,173); }

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

<style>
 a { background-color: #853CAD; }

 a { background-color: rgb(133,60,173); }

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

<style>
 span { border-color: #853CAD; }

 span { border-color: rgb(133,60,173); }

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