Html Css Color HEX #85589F Studio

📋 copy color: '#85589F'

red 133 ◦ green 88 ◦ blue 159

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

Shades of Studio #85589F

Tints of Studio #85589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.16%

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

R = 35%
G = 23.16%
B = 41.84%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85589F (or 0x85589F) is known color: Studio. HEX triplet: 85, 58 and 9F. RGB value is (133,88,159). Sum of RGB (Red+Green+Blue) = 133+88+159=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #85589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85589F is #7AA760. Grayscale: #6D6D6D. Windows color (decimal): -8038241 or 10442885. OLE color: 10442885.

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

Color convert

RGB 133 88 159 -
CMYK 0.16 0.45 0 0.38
HSL 278.03º 0.29% 0.48% -
HSV(B) 278.03º 0.45% 0.62% -
XYZ 19.42 14.47 34.57 -
YUV 109.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 133 88 159 0.16 0.45 0 0.38 278.03 0.29 0.48
Hex 85 58 9F 10 2D 0 26 116 1D 30
Octal 205 130 237 20 55 0 46 426 35 60
Binary 10000101 1011000 10011111 10000 101101 0 100110 100010110 11101 110000

Color Harmonies of #85589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85589F

Black with #85589F

Text Example


Text Example

White with #85589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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