Html Css Color HEX #88529E Studio

📋 copy color: '#88529E'

red 136 ◦ green 82 ◦ blue 158

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

Shades of Studio #88529E

Tints of Studio #88529E

RGB

 RED value IS 136 (53.52% from 255) = 36.17%

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 36.17%
G = 21.81%
B = 42.02%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88529E (or 0x88529E) is known color: Studio. HEX triplet: 88, 52 and 9E. RGB value is (136,82,158). Sum of RGB (Red+Green+Blue) = 136+82+158=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #88529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88529E is #77AD61. Grayscale: #6A6A6A. Windows color (decimal): -7843170 or 10375816. OLE color: 10375816.

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

Color convert

RGB 136 82 158 -
CMYK 0.14 0.48 0 0.38
HSL 282.63º 0.32% 0.47% -
HSV(B) 282.63º 0.48% 0.62% -
XYZ 19.34 13.74 33.98 -
YUV 106.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 136 82 158 0.14 0.48 0 0.38 282.63 0.32 0.47
Hex 88 52 9E E 30 0 26 11B 20 2F
Octal 210 122 236 16 60 0 46 433 40 57
Binary 10001000 1010010 10011110 1110 110000 0 100110 100011011 100000 101111

Color Harmonies of #88529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88529E

Black with #88529E

Text Example


Text Example

White with #88529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,82,158); }

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

background-color css

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

 a { background-color: rgb(136,82,158); }

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

border-color css

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

 span { border-color: rgb(136,82,158); }

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