Html Css Color HEX #85509F Studio

📋 copy color: '#85509F'

red 133 ◦ green 80 ◦ blue 159

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

Shades of Studio #85509F

Tints of Studio #85509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 35.75%
G = 21.51%
B = 42.74%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85509F (or 0x85509F) is known color: Studio. HEX triplet: 85, 50 and 9F. RGB value is (133,80,159). Sum of RGB (Red+Green+Blue) = 133+80+159=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #85509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85509F is #7AAF60. Grayscale: #686868. Windows color (decimal): -8040289 or 10440837. OLE color: 10440837.

HSL color Cylindrical-coordinate representation of color #85509F: hue angle of 280.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85509F is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 80 159 -
CMYK 0.16 0.50 0 0.38
HSL 280.25º 0.33% 0.47% -
HSV(B) 280.25º 0.5% 0.62% -
XYZ 18.8 13.23 34.36 -
YUV 104.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 133 80 159 0.16 0.50 0 0.38 280.25 0.33 0.47
Hex 85 50 9F 10 32 0 26 118 21 2F
Octal 205 120 237 20 62 0 46 430 41 57
Binary 10000101 1010000 10011111 10000 110010 0 100110 100011000 100001 101111

Color Harmonies of #85509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85509F

Black with #85509F

Text Example


Text Example

White with #85509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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