Html Css Color HEX #85559D Studio

📋 copy color: '#85559D'

red 133 ◦ green 85 ◦ blue 157

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

Shades of Studio #85559D

Tints of Studio #85559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 35.47%
G = 22.67%
B = 41.87%

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

#85559D (or 0x85559D) is known color: Studio. HEX triplet: 85, 55 and 9D. RGB value is (133,85,157). Sum of RGB (Red+Green+Blue) = 133+85+157=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #85559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85559D is #7AAA62. Grayscale: #6B6B6B. Windows color (decimal): -8039011 or 10311045. OLE color: 10311045.

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

Color convert

RGB 133 85 157 -
CMYK 0.15 0.46 0 0.38
HSL 280º 0.3% 0.47% -
HSV(B) 280º 0.46% 0.62% -
XYZ 19.01 13.92 33.58 -
YUV 107.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 133 85 157 0.15 0.46 0 0.38 280 0.3 0.47
Hex 85 55 9D F 2E 0 26 118 1E 2F
Octal 205 125 235 17 56 0 46 430 36 57
Binary 10000101 1010101 10011101 1111 101110 0 100110 100011000 11110 101111

Color Harmonies of #85559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85559D

Black with #85559D

Text Example


Text Example

White with #85559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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