Html Css Color HEX #882875 Dark Purple

📋 copy color: '#882875'

red 136 ◦ green 40 ◦ blue 117

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

Shades of Dark Purple #882875

Tints of Dark Purple #882875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 46.42%
G = 13.65%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#882875 (or 0x882875) is known color: Dark Purple. HEX triplet: 88, 28 and 75. RGB value is (136,40,117). Sum of RGB (Red+Green+Blue) = 136+40+117=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #882875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882875 is #77D78A. Grayscale: #4D4D4D. Windows color (decimal): -7853963 or 7678088. OLE color: 7678088.

HSL color Cylindrical-coordinate representation of color #882875: hue angle of 311.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882875 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 117 -
CMYK 0 0.71 0.14 0.47
HSL 311.88º 0.55% 0.35% -
HSV(B) 311.88º 0.71% 0.53% -
XYZ 14.12 8.04 17.64 -
YUV 77.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 136 40 117 0 0.71 0.14 0.47 311.88 0.55 0.35
Hex 88 28 75 0 47 E 2F 138 37 23
Octal 210 50 165 0 107 16 57 470 67 43
Binary 10001000 101000 1110101 0 1000111 1110 101111 100111000 110111 100011

Color Harmonies of #882875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882875

Black with #882875

Text Example


Text Example

White with #882875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882875; }

 p { color: rgb(136,40,117); }

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

background-color css

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

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

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

border-color css

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

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

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