Html Css Color HEX #88286C Dark Purple

📋 copy color: '#88286C'

red 136 ◦ green 40 ◦ blue 108

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

Shades of Dark Purple #88286C

Tints of Dark Purple #88286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 47.89%
G = 14.08%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88286C (or 0x88286C) is known color: Dark Purple. HEX triplet: 88, 28 and 6C. RGB value is (136,40,108). Sum of RGB (Red+Green+Blue) = 136+40+108=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88286C is #77D793. Grayscale: #4C4C4C. Windows color (decimal): -7853972 or 7088264. OLE color: 7088264.

HSL color Cylindrical-coordinate representation of color #88286C: hue angle of 317.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88286C is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 108 -
CMYK 0 0.71 0.21 0.47
HSL 317.5º 0.55% 0.35% -
HSV(B) 317.5º 0.71% 0.53% -
XYZ 13.62 7.83 14.98 -
YUV 76.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 136 40 108 0 0.71 0.21 0.47 317.5 0.55 0.35
Hex 88 28 6C 0 47 15 2F 13E 37 23
Octal 210 50 154 0 107 25 57 476 67 43
Binary 10001000 101000 1101100 0 1000111 10101 101111 100111110 110111 100011

Color Harmonies of #88286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88286C

Black with #88286C

Text Example


Text Example

White with #88286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,40,108); }

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

background-color css

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

 a { background-color: rgb(136,40,108); }

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

border-color css

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

 span { border-color: rgb(136,40,108); }

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