Html Css Color HEX #882488 Dark Purple

📋 copy color: '#882488'

red 136 ◦ green 36 ◦ blue 136

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

Shades of Dark Purple #882488

Tints of Dark Purple #882488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 44.16%
G = 11.69%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#882488 (or 0x882488) is known color: Dark Purple. HEX triplet: 88, 24 and 88. RGB value is (136,36,136). Sum of RGB (Red+Green+Blue) = 136+36+136=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #882488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882488 is #77DB77. Grayscale: #4D4D4D. Windows color (decimal): -7854968 or 8922248. OLE color: 8922248.

HSL color Cylindrical-coordinate representation of color #882488: hue angle of 300º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882488 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 36 136 -
CMYK 0 0.74 0 0.47
HSL 300º 0.58% 0.34% -
HSV(B) 300º 0.74% 0.53% -
XYZ 15.23 8.27 24.09 -
YUV 77.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 136 36 136 0 0.74 0 0.47 300 0.58 0.34
Hex 88 24 88 0 4A 0 2F 12C 3A 22
Octal 210 44 210 0 112 0 57 454 72 42
Binary 10001000 100100 10001000 0 1001010 0 101111 100101100 111010 100010

Color Harmonies of #882488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882488

Black with #882488

Text Example


Text Example

White with #882488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882488; }

 p { color: rgb(136,36,136); }

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

background-color css

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

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

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

border-color css

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

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

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