Html Css Color HEX #85599F Studio

📋 copy color: '#85599F'

red 133 ◦ green 89 ◦ blue 159

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

Shades of Studio #85599F

Tints of Studio #85599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.36%

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

R = 34.91%
G = 23.36%
B = 41.73%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85599F (or 0x85599F) is known color: Studio. HEX triplet: 85, 59 and 9F. RGB value is (133,89,159). Sum of RGB (Red+Green+Blue) = 133+89+159=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #85599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85599F is #7AA660. Grayscale: #6D6D6D. Windows color (decimal): -8037985 or 10443141. OLE color: 10443141.

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

Color convert

RGB 133 89 159 -
CMYK 0.16 0.44 0 0.38
HSL 277.71º 0.28% 0.49% -
HSV(B) 277.71º 0.44% 0.62% -
XYZ 19.5 14.63 34.6 -
YUV 110.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 133 89 159 0.16 0.44 0 0.38 277.71 0.28 0.49
Hex 85 59 9F 10 2C 0 26 116 1C 31
Octal 205 131 237 20 54 0 46 426 34 61
Binary 10000101 1011001 10011111 10000 101100 0 100110 100010110 11100 110001

Color Harmonies of #85599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85599F

Black with #85599F

Text Example


Text Example

White with #85599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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