Html Css Color HEX #88107C Dark Purple

📋 copy color: '#88107C'

red 136 ◦ green 16 ◦ blue 124

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

Shades of Dark Purple #88107C

Tints of Dark Purple #88107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 49.28%
G = 5.8%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88107C (or 0x88107C) is known color: Dark Purple. HEX triplet: 88, 10 and 7C. RGB value is (136,16,124). Sum of RGB (Red+Green+Blue) = 136+16+124=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88107C is #77EF83. Grayscale: #3F3F3F. Windows color (decimal): -7860100 or 8130696. OLE color: 8130696.

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

Color convert

RGB 136 16 124 -
CMYK 0 0.88 0.09 0.47
HSL 306º 0.79% 0.3% -
HSV(B) 306º 0.88% 0.53% -
XYZ 13.98 7.06 19.69 -
YUV 64.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 136 16 124 0 0.88 0.09 0.47 306 0.79 0.3
Hex 88 10 7C 0 58 9 2F 132 4F 1E
Octal 210 20 174 0 130 11 57 462 117 36
Binary 10001000 10000 1111100 0 1011000 1001 101111 100110010 1001111 11110

Color Harmonies of #88107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88107C

Black with #88107C

Text Example


Text Example

White with #88107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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