Html Css Color HEX #882B68 Dark Purple

📋 copy color: '#882B68'

red 136 ◦ green 43 ◦ blue 104

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

Shades of Dark Purple #882B68

Tints of Dark Purple #882B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 48.06%
G = 15.19%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#882B68 (or 0x882B68) is known color: Dark Purple. HEX triplet: 88, 2B and 68. RGB value is (136,43,104). Sum of RGB (Red+Green+Blue) = 136+43+104=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #882B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B68 is #77D497. Grayscale: #4D4D4D. Windows color (decimal): -7853208 or 6826888. OLE color: 6826888.

HSL color Cylindrical-coordinate representation of color #882B68: hue angle of 320.65º 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 #882B68 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 104 -
CMYK 0 0.68 0.24 0.47
HSL 320.65º 0.52% 0.35% -
HSV(B) 320.65º 0.68% 0.53% -
XYZ 13.52 7.96 13.92 -
YUV 77.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 136 43 104 0 0.68 0.24 0.47 320.65 0.52 0.35
Hex 88 2B 68 0 44 18 2F 141 34 23
Octal 210 53 150 0 104 30 57 501 64 43
Binary 10001000 101011 1101000 0 1000100 11000 101111 101000001 110100 100011

Color Harmonies of #882B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B68

Black with #882B68

Text Example


Text Example

White with #882B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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