Html Css Color HEX #88237C Dark Purple

📋 copy color: '#88237C'

red 136 ◦ green 35 ◦ blue 124

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

Shades of Dark Purple #88237C

Tints of Dark Purple #88237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 46.1%
G = 11.86%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88237C (or 0x88237C) is known color: Dark Purple. HEX triplet: 88, 23 and 7C. RGB value is (136,35,124). Sum of RGB (Red+Green+Blue) = 136+35+124=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88237C is #77DC83. Grayscale: #4B4B4B. Windows color (decimal): -7855236 or 8135560. OLE color: 8135560.

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

Color convert

RGB 136 35 124 -
CMYK 0 0.74 0.09 0.47
HSL 307.13º 0.59% 0.34% -
HSV(B) 307.13º 0.74% 0.53% -
XYZ 14.39 7.89 19.83 -
YUV 75.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 136 35 124 0 0.74 0.09 0.47 307.13 0.59 0.34
Hex 88 23 7C 0 4A 9 2F 133 3B 22
Octal 210 43 174 0 112 11 57 463 73 42
Binary 10001000 100011 1111100 0 1001010 1001 101111 100110011 111011 100010

Color Harmonies of #88237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88237C

Black with #88237C

Text Example


Text Example

White with #88237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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