Html Css Color HEX #88257C Dark Purple

📋 copy color: '#88257C'

red 136 ◦ green 37 ◦ blue 124

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

Shades of Dark Purple #88257C

Tints of Dark Purple #88257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 45.79%
G = 12.46%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88257C (or 0x88257C) is known color: Dark Purple. HEX triplet: 88, 25 and 7C. RGB value is (136,37,124). Sum of RGB (Red+Green+Blue) = 136+37+124=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88257C is #77DA83. Grayscale: #4C4C4C. Windows color (decimal): -7854724 or 8136072. OLE color: 8136072.

HSL color Cylindrical-coordinate representation of color #88257C: hue angle of 307.27º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88257C is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 124 -
CMYK 0 0.73 0.09 0.47
HSL 307.27º 0.57% 0.34% -
HSV(B) 307.27º 0.73% 0.53% -
XYZ 14.45 8.01 19.85 -
YUV 76.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 136 37 124 0 0.73 0.09 0.47 307.27 0.57 0.34
Hex 88 25 7C 0 49 9 2F 133 39 22
Octal 210 45 174 0 111 11 57 463 71 42
Binary 10001000 100101 1111100 0 1001001 1001 101111 100110011 111001 100010

Color Harmonies of #88257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88257C

Black with #88257C

Text Example


Text Example

White with #88257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88257C; }

 p { color: rgb(136,37,124); }

 H1.HeaderClassName
 {
   color: #88257C;
 }
 .AnyTagClassName
 {
   color: #88257C;
 }
</style>

background-color css

<style>
 a { background-color: #88257C; }

 a { background-color: rgb(136,37,124); }

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

border-color css

<style>
 span { border-color: #88257C; }

 span { border-color: rgb(136,37,124); }

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