Html Css Color HEX #88127F Dark Purple

📋 copy color: '#88127F'

red 136 ◦ green 18 ◦ blue 127

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

Shades of Dark Purple #88127F

Tints of Dark Purple #88127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 127 (50% from 255) = 45.2%

R = 48.4%
G = 6.41%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88127F (or 0x88127F) is known color: Dark Purple. HEX triplet: 88, 12 and 7F. RGB value is (136,18,127). Sum of RGB (Red+Green+Blue) = 136+18+127=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88127F is #77ED80. Grayscale: #414141. Windows color (decimal): -7859585 or 8327816. OLE color: 8327816.

HSL color Cylindrical-coordinate representation of color #88127F: hue angle of 304.58º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88127F is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 127 -
CMYK 0 0.87 0.07 0.47
HSL 304.58º 0.77% 0.3% -
HSV(B) 304.58º 0.87% 0.53% -
XYZ 14.2 7.2 20.72 -
YUV 65.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 136 18 127 0 0.87 0.07 0.47 304.58 0.77 0.3
Hex 88 12 7F 0 57 7 2F 131 4D 1E
Octal 210 22 177 0 127 7 57 461 115 36
Binary 10001000 10010 1111111 0 1010111 111 101111 100110001 1001101 11110

Color Harmonies of #88127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88127F

Black with #88127F

Text Example


Text Example

White with #88127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88127F; }

 p { color: rgb(136,18,127); }

 H1.HeaderClassName
 {
   color: #88127F;
 }
 .AnyTagClassName
 {
   color: #88127F;
 }
</style>

background-color css

<style>
 a { background-color: #88127F; }

 a { background-color: rgb(136,18,127); }

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

border-color css

<style>
 span { border-color: #88127F; }

 span { border-color: rgb(136,18,127); }

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