#853FB3

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

Shades of Studio #853FB3

Tints of Studio #853FB3

Color information

#853FB3 (or 0x853FB3) is unknown color: approx Studio. HEX triplet: 85, 3F and B3. RGB value is (133,63,179). Sum of RGB (Red+Green+Blue) = 133+63+179=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #853FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FB3 is #7AC04C. Grayscale: #606060. Windows color (decimal): -8044621 or 11747205. OLE color: 11747205.

HSL color Cylindrical-coordinate representation of color #853FB3: hue angle of 276.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853FB3 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13363179-
CMYK0.260.6500.30
HSL276.21º47.93%47.45%-
HSV(B)276.21º64.8%70.2%-
XYZ19.5911.843.89-
YUV97.15174.19153.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 179 (70.31% from 255) = 47.73%
R=35.47%
G=16.8%
B=47.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal133631790.260.6500.30276.2147.9347.45
Hex853FB31A4101E114302f
Octal20577263321010364246057
Binary1000010111111110110011110101000001011110100010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,63,179); }

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

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

 a { background-color: rgb(133,63,179); }

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

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

 span { border-color: rgb(133,63,179); }

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