Html Css Color HEX #85549D Studio

📋 copy color: '#85549D'

red 133 ◦ green 84 ◦ blue 157

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

Shades of Studio #85549D

Tints of Studio #85549D

RGB

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

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

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

R = 35.56%
G = 22.46%
B = 41.98%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85549D (or 0x85549D) is known color: Studio. HEX triplet: 85, 54 and 9D. RGB value is (133,84,157). Sum of RGB (Red+Green+Blue) = 133+84+157=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #85549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85549D is #7AAB62. Grayscale: #6A6A6A. Windows color (decimal): -8039267 or 10310789. OLE color: 10310789.

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

Color convert

RGB 133 84 157 -
CMYK 0.15 0.46 0 0.38
HSL 280.27º 0.3% 0.47% -
HSV(B) 280.27º 0.46% 0.62% -
XYZ 18.93 13.76 33.56 -
YUV 106.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 133 84 157 0.15 0.46 0 0.38 280.27 0.3 0.47
Hex 85 54 9D F 2E 0 26 118 1E 2F
Octal 205 124 235 17 56 0 46 430 36 57
Binary 10000101 1010100 10011101 1111 101110 0 100110 100011000 11110 101111

Color Harmonies of #85549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85549D

Black with #85549D

Text Example


Text Example

White with #85549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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