Html Css Color HEX #99328D Dark Purple

📋 copy color: '#99328D'

red 153 ◦ green 50 ◦ blue 141

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

Shades of Dark Purple #99328D

Tints of Dark Purple #99328D

RGB

 RED value IS 153 (60.16% from 255) = 44.48%

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

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 44.48%
G = 14.53%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99328D (or 0x99328D) is known color: Dark Purple. HEX triplet: 99, 32 and 8D. RGB value is (153,50,141). Sum of RGB (Red+Green+Blue) = 153+50+141=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99328D is #66CD72. Grayscale: #5A5A5A. Windows color (decimal): -6737267 or 9253529. OLE color: 9253529.

HSL color Cylindrical-coordinate representation of color #99328D: hue angle of 306.99º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99328D is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 141 -
CMYK 0 0.67 0.08 0.4
HSL 306.99º 0.51% 0.4% -
HSV(B) 306.99º 0.67% 0.6% -
XYZ 19.09 10.98 26.31 -
YUV 91.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 153 50 141 0 0.67 0.08 0.4 306.99 0.51 0.4
Hex 99 32 8D 0 43 8 28 133 33 28
Octal 231 62 215 0 103 10 50 463 63 50
Binary 10011001 110010 10001101 0 1000011 1000 101000 100110011 110011 101000

Color Harmonies of #99328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99328D

Black with #99328D

Text Example


Text Example

White with #99328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99328D; }

 p { color: rgb(153,50,141); }

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

background-color css

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

 a { background-color: rgb(153,50,141); }

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

border-color css

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

 span { border-color: rgb(153,50,141); }

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