Html Css Color HEX #88327A Dark Purple

📋 copy color: '#88327A'

red 136 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #88327A

Tints of Dark Purple #88327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 44.16%
G = 16.23%
B = 39.61%

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

#88327A (or 0x88327A) is known color: Dark Purple. HEX triplet: 88, 32 and 7A. RGB value is (136,50,122). Sum of RGB (Red+Green+Blue) = 136+50+122=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88327A is #77CD85. Grayscale: #535353. Windows color (decimal): -7851398 or 8008328. OLE color: 8008328.

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

Color convert

RGB 136 50 122 -
CMYK 0 0.63 0.10 0.47
HSL 309.77º 0.46% 0.36% -
HSV(B) 309.77º 0.63% 0.53% -
XYZ 14.81 8.92 19.35 -
YUV 83.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 136 50 122 0 0.63 0.10 0.47 309.77 0.46 0.36
Hex 88 32 7A 0 3F A 2F 136 2E 24
Octal 210 62 172 0 77 12 57 466 56 44
Binary 10001000 110010 1111010 0 111111 1010 101111 100110110 101110 100100

Color Harmonies of #88327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88327A

Black with #88327A

Text Example


Text Example

White with #88327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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