Html Css Color HEX #88198A Dark Purple

📋 copy color: '#88198A'

red 136 ◦ green 25 ◦ blue 138

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

Shades of Dark Purple #88198A

Tints of Dark Purple #88198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 45.48%
G = 8.36%
B = 46.15%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88198A (or 0x88198A) is known color: Dark Purple. HEX triplet: 88, 19 and 8A. RGB value is (136,25,138). Sum of RGB (Red+Green+Blue) = 136+25+138=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #88198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88198A is #77E675. Grayscale: #464646. Windows color (decimal): -7857782 or 9050504. OLE color: 9050504.

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

Color convert

RGB 136 25 138 -
CMYK 0.01 0.82 0 0.46
HSL 298.94º 0.69% 0.32% -
HSV(B) 298.94º 0.82% 0.54% -
XYZ 15.09 7.76 24.75 -
YUV 71.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 136 25 138 0.01 0.82 0 0.46 298.94 0.69 0.32
Hex 88 19 8A 1 52 0 2E 12B 45 20
Octal 210 31 212 1 122 0 56 453 105 40
Binary 10001000 11001 10001010 1 1010010 0 101110 100101011 1000101 100000

Color Harmonies of #88198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88198A

Black with #88198A

Text Example


Text Example

White with #88198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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