Html Css Color HEX #88367C Dark Purple

📋 copy color: '#88367C'

red 136 ◦ green 54 ◦ blue 124

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

Shades of Dark Purple #88367C

Tints of Dark Purple #88367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 43.31%
G = 17.2%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88367C (or 0x88367C) is known color: Dark Purple. HEX triplet: 88, 36 and 7C. RGB value is (136,54,124). Sum of RGB (Red+Green+Blue) = 136+54+124=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88367C is #77C983. Grayscale: #565656. Windows color (decimal): -7850372 or 8140424. OLE color: 8140424.

HSL color Cylindrical-coordinate representation of color #88367C: hue angle of 308.78º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88367C is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 54 124 -
CMYK 0 0.60 0.09 0.47
HSL 308.78º 0.43% 0.37% -
HSV(B) 308.78º 0.6% 0.53% -
XYZ 15.11 9.33 20.07 -
YUV 86.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 136 54 124 0 0.60 0.09 0.47 308.78 0.43 0.37
Hex 88 36 7C 0 3C 9 2F 135 2B 25
Octal 210 66 174 0 74 11 57 465 53 45
Binary 10001000 110110 1111100 0 111100 1001 101111 100110101 101011 100101

Color Harmonies of #88367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88367C

Black with #88367C

Text Example


Text Example

White with #88367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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