Html Css Color HEX #85529F Studio

📋 copy color: '#85529F'

red 133 ◦ green 82 ◦ blue 159

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

Shades of Studio #85529F

Tints of Studio #85529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 35.56%
G = 21.93%
B = 42.51%

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

#85529F (or 0x85529F) is known color: Studio. HEX triplet: 85, 52 and 9F. RGB value is (133,82,159). Sum of RGB (Red+Green+Blue) = 133+82+159=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #85529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85529F is #7AAD60. Grayscale: #696969. Windows color (decimal): -8039777 or 10441349. OLE color: 10441349.

HSL color Cylindrical-coordinate representation of color #85529F: hue angle of 279.74º degrees, saturation: 0.32, 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 #85529F is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 82 159 -
CMYK 0.16 0.48 0 0.38
HSL 279.74º 0.32% 0.47% -
HSV(B) 279.74º 0.48% 0.62% -
XYZ 18.95 13.52 34.41 -
YUV 106.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 133 82 159 0.16 0.48 0 0.38 279.74 0.32 0.47
Hex 85 52 9F 10 30 0 26 118 20 2F
Octal 205 122 237 20 60 0 46 430 40 57
Binary 10000101 1010010 10011111 10000 110000 0 100110 100011000 100000 101111

Color Harmonies of #85529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85529F

Black with #85529F

Text Example


Text Example

White with #85529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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