Html Css Color HEX #882B85 Dark Purple

📋 copy color: '#882B85'

red 136 ◦ green 43 ◦ blue 133

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

Shades of Dark Purple #882B85

Tints of Dark Purple #882B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 43.59%
G = 13.78%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#882B85 (or 0x882B85) is known color: Dark Purple. HEX triplet: 88, 2B and 85. RGB value is (136,43,133). Sum of RGB (Red+Green+Blue) = 136+43+133=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #882B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882B85 is #77D47A. Grayscale: #505050. Windows color (decimal): -7853179 or 8727432. OLE color: 8727432.

HSL color Cylindrical-coordinate representation of color #882B85: hue angle of 301.94º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B85 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 133 -
CMYK 0 0.68 0.02 0.47
HSL 301.94º 0.52% 0.35% -
HSV(B) 301.94º 0.68% 0.53% -
XYZ 15.25 8.66 23.06 -
YUV 81.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 136 43 133 0 0.68 0.02 0.47 301.94 0.52 0.35
Hex 88 2B 85 0 44 2 2F 12E 34 23
Octal 210 53 205 0 104 2 57 456 64 43
Binary 10001000 101011 10000101 0 1000100 10 101111 100101110 110100 100011

Color Harmonies of #882B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B85

Black with #882B85

Text Example


Text Example

White with #882B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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