Html Css Color HEX #88127A Dark Purple

📋 copy color: '#88127A'

red 136 ◦ green 18 ◦ blue 122

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

Shades of Dark Purple #88127A

Tints of Dark Purple #88127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 49.28%
G = 6.52%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88127A (or 0x88127A) is known color: Dark Purple. HEX triplet: 88, 12 and 7A. RGB value is (136,18,122). Sum of RGB (Red+Green+Blue) = 136+18+122=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88127A is #77ED85. Grayscale: #404040. Windows color (decimal): -7859590 or 8000136. OLE color: 8000136.

HSL color Cylindrical-coordinate representation of color #88127A: hue angle of 307.12º 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 #88127A is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 122 -
CMYK 0 0.87 0.10 0.47
HSL 307.12º 0.77% 0.3% -
HSV(B) 307.12º 0.87% 0.53% -
XYZ 13.88 7.07 19.05 -
YUV 65.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 136 18 122 0 0.87 0.10 0.47 307.12 0.77 0.3
Hex 88 12 7A 0 57 A 2F 133 4D 1E
Octal 210 22 172 0 127 12 57 463 115 36
Binary 10001000 10010 1111010 0 1010111 1010 101111 100110011 1001101 11110

Color Harmonies of #88127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88127A

Black with #88127A

Text Example


Text Example

White with #88127A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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