Html Css Color HEX #882285 Dark Purple

📋 copy color: '#882285'

red 136 ◦ green 34 ◦ blue 133

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

Shades of Dark Purple #882285

Tints of Dark Purple #882285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 44.88%
G = 11.22%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#882285 (or 0x882285) is known color: Dark Purple. HEX triplet: 88, 22 and 85. RGB value is (136,34,133). Sum of RGB (Red+Green+Blue) = 136+34+133=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #882285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882285 is #77DD7A. Grayscale: #4B4B4B. Windows color (decimal): -7855483 or 8725128. OLE color: 8725128.

HSL color Cylindrical-coordinate representation of color #882285: hue angle of 301.76º 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 #882285 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 133 -
CMYK 0 0.75 0.02 0.47
HSL 301.76º 0.6% 0.33% -
HSV(B) 301.76º 0.75% 0.53% -
XYZ 14.96 8.07 22.96 -
YUV 75.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 136 34 133 0 0.75 0.02 0.47 301.76 0.6 0.33
Hex 88 22 85 0 4B 2 2F 12E 3C 21
Octal 210 42 205 0 113 2 57 456 74 41
Binary 10001000 100010 10000101 0 1001011 10 101111 100101110 111100 100001

Color Harmonies of #882285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882285

Black with #882285

Text Example


Text Example

White with #882285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882285; }

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

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

background-color css

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

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

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

border-color css

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

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

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