Html Css Color HEX #85529D Studio

📋 copy color: '#85529D'

red 133 ◦ green 82 ◦ blue 157

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

Shades of Studio #85529D

Tints of Studio #85529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 35.75%
G = 22.04%
B = 42.2%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85529D (or 0x85529D) is known color: Studio. HEX triplet: 85, 52 and 9D. RGB value is (133,82,157). Sum of RGB (Red+Green+Blue) = 133+82+157=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #85529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85529D is #7AAD62. Grayscale: #696969. Windows color (decimal): -8039779 or 10310277. OLE color: 10310277.

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

Color convert

RGB 133 82 157 -
CMYK 0.15 0.48 0 0.38
HSL 280.8º 0.31% 0.47% -
HSV(B) 280.8º 0.48% 0.62% -
XYZ 18.78 13.46 33.51 -
YUV 105.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 133 82 157 0.15 0.48 0 0.38 280.8 0.31 0.47
Hex 85 52 9D F 30 0 26 119 1F 2F
Octal 205 122 235 17 60 0 46 431 37 57
Binary 10000101 1010010 10011101 1111 110000 0 100110 100011001 11111 101111

Color Harmonies of #85529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85529D

Black with #85529D

Text Example


Text Example

White with #85529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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