Html Css Color HEX #88127B Dark Purple

📋 copy color: '#88127B'

red 136 ◦ green 18 ◦ blue 123

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

Shades of Dark Purple #88127B

Tints of Dark Purple #88127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.4%

R = 49.1%
G = 6.5%
B = 44.4%

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

#88127B (or 0x88127B) is known color: Dark Purple. HEX triplet: 88, 12 and 7B. RGB value is (136,18,123). Sum of RGB (Red+Green+Blue) = 136+18+123=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88127B is #77ED84. Grayscale: #404040. Windows color (decimal): -7859589 or 8065672. OLE color: 8065672.

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

Color convert

RGB 136 18 123 -
CMYK 0 0.87 0.10 0.47
HSL 306.61º 0.77% 0.3% -
HSV(B) 306.61º 0.87% 0.53% -
XYZ 13.94 7.1 19.37 -
YUV 65.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 136 18 123 0 0.87 0.10 0.47 306.61 0.77 0.3
Hex 88 12 7B 0 57 A 2F 133 4D 1E
Octal 210 22 173 0 127 12 57 463 115 36
Binary 10001000 10010 1111011 0 1010111 1010 101111 100110011 1001101 11110

Color Harmonies of #88127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88127B

Black with #88127B

Text Example


Text Example

White with #88127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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