Html Css Color HEX #85539F Studio

📋 copy color: '#85539F'

red 133 ◦ green 83 ◦ blue 159

#85539F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #85539F

Tints of Studio #85539F

RGB

 RED value IS 133 (52.34% from 255) = 35.47%

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 35.47%
G = 22.13%
B = 42.4%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85539F (or 0x85539F) is known color: Studio. HEX triplet: 85, 53 and 9F. RGB value is (133,83,159). Sum of RGB (Red+Green+Blue) = 133+83+159=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #85539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85539F is #7AAC60. Grayscale: #6A6A6A. Windows color (decimal): -8039521 or 10441605. OLE color: 10441605.

HSL color Cylindrical-coordinate representation of color #85539F: hue angle of 279.47º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85539F is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 83 159 -
CMYK 0.16 0.48 0 0.38
HSL 279.47º 0.31% 0.47% -
HSV(B) 279.47º 0.48% 0.62% -
XYZ 19.02 13.68 34.44 -
YUV 106.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 133 83 159 0.16 0.48 0 0.38 279.47 0.31 0.47
Hex 85 53 9F 10 30 0 26 117 1F 2F
Octal 205 123 237 20 60 0 46 427 37 57
Binary 10000101 1010011 10011111 10000 110000 0 100110 100010111 11111 101111

Color Harmonies of #85539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85539F

Black with #85539F

Text Example


Text Example

White with #85539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85539F; }

 p { color: rgb(133,83,159); }

 H1.HeaderClassName
 {
   color: #85539F;
 }
 .AnyTagClassName
 {
   color: #85539F;
 }
</style>

background-color css

<style>
 a { background-color: #85539F; }

 a { background-color: rgb(133,83,159); }

 div.DivClassName
 {
   background-color: #85539F;
 }
 .BgClassName
 {
   background-color: #85539F;
 }
</style>

border-color css

<style>
 span { border-color: #85539F; }

 span { border-color: rgb(133,83,159); }

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