Html Css Color HEX #85549F Studio

📋 copy color: '#85549F'

red 133 ◦ green 84 ◦ blue 159

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

Shades of Studio #85549F

Tints of Studio #85549F

RGB

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

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

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

R = 35.37%
G = 22.34%
B = 42.29%

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

#85549F (or 0x85549F) is known color: Studio. HEX triplet: 85, 54 and 9F. RGB value is (133,84,159). Sum of RGB (Red+Green+Blue) = 133+84+159=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #85549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85549F is #7AAB60. Grayscale: #6A6A6A. Windows color (decimal): -8039265 or 10441861. OLE color: 10441861.

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

Color convert

RGB 133 84 159 -
CMYK 0.16 0.47 0 0.38
HSL 279.2º 0.31% 0.48% -
HSV(B) 279.2º 0.47% 0.62% -
XYZ 19.1 13.83 34.46 -
YUV 107.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 133 84 159 0.16 0.47 0 0.38 279.2 0.31 0.48
Hex 85 54 9F 10 2F 0 26 117 1F 30
Octal 205 124 237 20 57 0 46 427 37 60
Binary 10000101 1010100 10011111 10000 101111 0 100110 100010111 11111 110000

Color Harmonies of #85549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85549F

Black with #85549F

Text Example


Text Example

White with #85549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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