Html Css Color HEX #88326A Dark Purple

📋 copy color: '#88326A'

red 136 ◦ green 50 ◦ blue 106

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

Shades of Dark Purple #88326A

Tints of Dark Purple #88326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 46.58%
G = 17.12%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88326A (or 0x88326A) is known color: Dark Purple. HEX triplet: 88, 32 and 6A. RGB value is (136,50,106). Sum of RGB (Red+Green+Blue) = 136+50+106=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #88326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88326A is #77CD95. Grayscale: #515151. Windows color (decimal): -7851414 or 6959752. OLE color: 6959752.

HSL color Cylindrical-coordinate representation of color #88326A: hue angle of 320.93º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88326A is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 106 -
CMYK 0 0.63 0.22 0.47
HSL 320.93º 0.46% 0.36% -
HSV(B) 320.93º 0.63% 0.53% -
XYZ 13.9 8.56 14.55 -
YUV 82.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 136 50 106 0 0.63 0.22 0.47 320.93 0.46 0.36
Hex 88 32 6A 0 3F 16 2F 141 2E 24
Octal 210 62 152 0 77 26 57 501 56 44
Binary 10001000 110010 1101010 0 111111 10110 101111 101000001 101110 100100

Color Harmonies of #88326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88326A

Black with #88326A

Text Example


Text Example

White with #88326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88326A; }

 p { color: rgb(136,50,106); }

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

background-color css

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

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

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

border-color css

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

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

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