Html Css Color HEX #882288 Dark Purple

📋 copy color: '#882288'

red 136 ◦ green 34 ◦ blue 136

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

Shades of Dark Purple #882288

Tints of Dark Purple #882288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.11%

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

R = 44.44%
G = 11.11%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#882288 (or 0x882288) is known color: Dark Purple. HEX triplet: 88, 22 and 88. RGB value is (136,34,136). Sum of RGB (Red+Green+Blue) = 136+34+136=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #882288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882288 is #77DD77. Grayscale: #4B4B4B. Windows color (decimal): -7855480 or 8921736. OLE color: 8921736.

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

Color convert

RGB 136 34 136 -
CMYK 0 0.75 0 0.47
HSL 300º 0.6% 0.33% -
HSV(B) 300º 0.75% 0.53% -
XYZ 15.17 8.16 24.07 -
YUV 76.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 136 34 136 0 0.75 0 0.47 300 0.6 0.33
Hex 88 22 88 0 4B 0 2F 12C 3C 21
Octal 210 42 210 0 113 0 57 454 74 41
Binary 10001000 100010 10001000 0 1001011 0 101111 100101100 111100 100001

Color Harmonies of #882288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882288

Black with #882288

Text Example


Text Example

White with #882288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882288; }

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

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

background-color css

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

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

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

border-color css

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

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

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