Html Css Color HEX #88559F Studio

📋 copy color: '#88559F'

red 136 ◦ green 85 ◦ blue 159

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

Shades of Studio #88559F

Tints of Studio #88559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

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

R = 35.79%
G = 22.37%
B = 41.84%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88559F (or 0x88559F) is known color: Studio. HEX triplet: 88, 55 and 9F. RGB value is (136,85,159). Sum of RGB (Red+Green+Blue) = 136+85+159=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 85 (33.59% from 255 or 22.37% 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 #88559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88559F is #77AA60. Grayscale: #6C6C6C. Windows color (decimal): -7842401 or 10442120. OLE color: 10442120.

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

Color convert

RGB 136 85 159 -
CMYK 0.14 0.47 0 0.38
HSL 281.35º 0.3% 0.48% -
HSV(B) 281.35º 0.47% 0.62% -
XYZ 19.66 14.23 34.51 -
YUV 108.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 136 85 159 0.14 0.47 0 0.38 281.35 0.3 0.48
Hex 88 55 9F E 2F 0 26 119 1E 30
Octal 210 125 237 16 57 0 46 431 36 60
Binary 10001000 1010101 10011111 1110 101111 0 100110 100011001 11110 110000

Color Harmonies of #88559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88559F

Black with #88559F

Text Example


Text Example

White with #88559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,85,159); }

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

background-color css

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

 a { background-color: rgb(136,85,159); }

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

border-color css

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

 span { border-color: rgb(136,85,159); }

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