Html Css Color HEX #88197A Dark Purple

📋 copy color: '#88197A'

red 136 ◦ green 25 ◦ blue 122

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

Shades of Dark Purple #88197A

Tints of Dark Purple #88197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 48.06%
G = 8.83%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88197A (or 0x88197A) is known color: Dark Purple. HEX triplet: 88, 19 and 7A. RGB value is (136,25,122). Sum of RGB (Red+Green+Blue) = 136+25+122=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88197A is #77E685. Grayscale: #444444. Windows color (decimal): -7857798 or 8001928. OLE color: 8001928.

HSL color Cylindrical-coordinate representation of color #88197A: hue angle of 307.57º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88197A is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 122 -
CMYK 0 0.82 0.10 0.47
HSL 307.57º 0.69% 0.32% -
HSV(B) 307.57º 0.82% 0.53% -
XYZ 14.01 7.33 19.09 -
YUV 69.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 136 25 122 0 0.82 0.10 0.47 307.57 0.69 0.32
Hex 88 19 7A 0 52 A 2F 134 45 20
Octal 210 31 172 0 122 12 57 464 105 40
Binary 10001000 11001 1111010 0 1010010 1010 101111 100110100 1000101 100000

Color Harmonies of #88197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88197A

Black with #88197A

Text Example


Text Example

White with #88197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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