Html Css Color HEX #85549E Studio

📋 copy color: '#85549E'

red 133 ◦ green 84 ◦ blue 158

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

Shades of Studio #85549E

Tints of Studio #85549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 35.47%
G = 22.4%
B = 42.13%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85549E (or 0x85549E) is known color: Studio. HEX triplet: 85, 54 and 9E. RGB value is (133,84,158). Sum of RGB (Red+Green+Blue) = 133+84+158=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #85549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85549E is #7AAB61. Grayscale: #6A6A6A. Windows color (decimal): -8039266 or 10376325. OLE color: 10376325.

HSL color Cylindrical-coordinate representation of color #85549E: hue angle of 279.73º 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 #85549E is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 84 158 -
CMYK 0.16 0.47 0 0.38
HSL 279.73º 0.31% 0.47% -
HSV(B) 279.73º 0.47% 0.62% -
XYZ 19.01 13.8 34.01 -
YUV 107.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 133 84 158 0.16 0.47 0 0.38 279.73 0.31 0.47
Hex 85 54 9E 10 2F 0 26 118 1F 2F
Octal 205 124 236 20 57 0 46 430 37 57
Binary 10000101 1010100 10011110 10000 101111 0 100110 100011000 11111 101111

Color Harmonies of #85549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85549E

Black with #85549E

Text Example


Text Example

White with #85549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85549E; }

 p { color: rgb(133,84,158); }

 H1.HeaderClassName
 {
   color: #85549E;
 }
 .AnyTagClassName
 {
   color: #85549E;
 }
</style>

background-color css

<style>
 a { background-color: #85549E; }

 a { background-color: rgb(133,84,158); }

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

border-color css

<style>
 span { border-color: #85549E; }

 span { border-color: rgb(133,84,158); }

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