Html Css Color HEX #85519E Studio

📋 copy color: '#85519E'

red 133 ◦ green 81 ◦ blue 158

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

Shades of Studio #85519E

Tints of Studio #85519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 35.75%
G = 21.77%
B = 42.47%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85519E (or 0x85519E) is known color: Studio. HEX triplet: 85, 51 and 9E. RGB value is (133,81,158). Sum of RGB (Red+Green+Blue) = 133+81+158=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #85519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85519E is #7AAE61. Grayscale: #696969. Windows color (decimal): -8040034 or 10375557. OLE color: 10375557.

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

Color convert

RGB 133 81 158 -
CMYK 0.16 0.49 0 0.38
HSL 280.52º 0.32% 0.47% -
HSV(B) 280.52º 0.49% 0.62% -
XYZ 18.79 13.34 33.93 -
YUV 105.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 133 81 158 0.16 0.49 0 0.38 280.52 0.32 0.47
Hex 85 51 9E 10 31 0 26 119 20 2F
Octal 205 121 236 20 61 0 46 431 40 57
Binary 10000101 1010001 10011110 10000 110001 0 100110 100011001 100000 101111

Color Harmonies of #85519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85519E

Black with #85519E

Text Example


Text Example

White with #85519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85519E; }

 p { color: rgb(133,81,158); }

 H1.HeaderClassName
 {
   color: #85519E;
 }
 .AnyTagClassName
 {
   color: #85519E;
 }
</style>

background-color css

<style>
 a { background-color: #85519E; }

 a { background-color: rgb(133,81,158); }

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

border-color css

<style>
 span { border-color: #85519E; }

 span { border-color: rgb(133,81,158); }

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