Html Css Color HEX #85539D Studio

📋 copy color: '#85539D'

red 133 ◦ green 83 ◦ blue 157

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

Shades of Studio #85539D

Tints of Studio #85539D

RGB

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

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

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

R = 35.66%
G = 22.25%
B = 42.09%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85539D (or 0x85539D) is known color: Studio. HEX triplet: 85, 53 and 9D. RGB value is (133,83,157). Sum of RGB (Red+Green+Blue) = 133+83+157=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #85539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85539D is #7AAC62. Grayscale: #6A6A6A. Windows color (decimal): -8039523 or 10310533. OLE color: 10310533.

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

Color convert

RGB 133 83 157 -
CMYK 0.15 0.47 0 0.38
HSL 280.54º 0.31% 0.47% -
HSV(B) 280.54º 0.47% 0.62% -
XYZ 18.85 13.61 33.53 -
YUV 106.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 133 83 157 0.15 0.47 0 0.38 280.54 0.31 0.47
Hex 85 53 9D F 2F 0 26 119 1F 2F
Octal 205 123 235 17 57 0 46 431 37 57
Binary 10000101 1010011 10011101 1111 101111 0 100110 100011001 11111 101111

Color Harmonies of #85539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85539D

Black with #85539D

Text Example


Text Example

White with #85539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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