Html Css Color HEX #88327B Dark Purple

📋 copy color: '#88327B'

red 136 ◦ green 50 ◦ blue 123

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

Shades of Dark Purple #88327B

Tints of Dark Purple #88327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.81%

R = 44.01%
G = 16.18%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88327B (or 0x88327B) is known color: Dark Purple. HEX triplet: 88, 32 and 7B. RGB value is (136,50,123). Sum of RGB (Red+Green+Blue) = 136+50+123=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88327B is #77CD84. Grayscale: #535353. Windows color (decimal): -7851397 or 8073864. OLE color: 8073864.

HSL color Cylindrical-coordinate representation of color #88327B: hue angle of 309.07º 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 #88327B is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 123 -
CMYK 0 0.63 0.10 0.47
HSL 309.07º 0.46% 0.36% -
HSV(B) 309.07º 0.63% 0.53% -
XYZ 14.87 8.95 19.68 -
YUV 84.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 136 50 123 0 0.63 0.10 0.47 309.07 0.46 0.36
Hex 88 32 7B 0 3F A 2F 135 2E 24
Octal 210 62 173 0 77 12 57 465 56 44
Binary 10001000 110010 1111011 0 111111 1010 101111 100110101 101110 100100

Color Harmonies of #88327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88327B

Black with #88327B

Text Example


Text Example

White with #88327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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