Html Css Color HEX #85569F Studio

📋 copy color: '#85569F'

red 133 ◦ green 86 ◦ blue 159

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

Shades of Studio #85569F

Tints of Studio #85569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.75%

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

R = 35.19%
G = 22.75%
B = 42.06%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85569F (or 0x85569F) is known color: Studio. HEX triplet: 85, 56 and 9F. RGB value is (133,86,159). Sum of RGB (Red+Green+Blue) = 133+86+159=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #85569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85569F is #7AA960. Grayscale: #6C6C6C. Windows color (decimal): -8038753 or 10442373. OLE color: 10442373.

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

Color convert

RGB 133 86 159 -
CMYK 0.16 0.46 0 0.38
HSL 278.63º 0.3% 0.48% -
HSV(B) 278.63º 0.46% 0.62% -
XYZ 19.26 14.15 34.52 -
YUV 108.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 133 86 159 0.16 0.46 0 0.38 278.63 0.3 0.48
Hex 85 56 9F 10 2E 0 26 117 1E 30
Octal 205 126 237 20 56 0 46 427 36 60
Binary 10000101 1010110 10011111 10000 101110 0 100110 100010111 11110 110000

Color Harmonies of #85569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85569F

Black with #85569F

Text Example


Text Example

White with #85569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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