Html Css Color HEX #99328E Dark Purple

📋 copy color: '#99328E'

red 153 ◦ green 50 ◦ blue 142

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

Shades of Dark Purple #99328E

Tints of Dark Purple #99328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 44.35%
G = 14.49%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99328E (or 0x99328E) is known color: Dark Purple. HEX triplet: 99, 32 and 8E. RGB value is (153,50,142). Sum of RGB (Red+Green+Blue) = 153+50+142=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99328E is #66CD71. Grayscale: #5B5B5B. Windows color (decimal): -6737266 or 9319065. OLE color: 9319065.

HSL color Cylindrical-coordinate representation of color #99328E: hue angle of 306.41º 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 #99328E is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 142 -
CMYK 0 0.67 0.07 0.4
HSL 306.41º 0.51% 0.4% -
HSV(B) 306.41º 0.67% 0.6% -
XYZ 19.16 11.01 26.71 -
YUV 91.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 153 50 142 0 0.67 0.07 0.4 306.41 0.51 0.4
Hex 99 32 8E 0 43 7 28 132 33 28
Octal 231 62 216 0 103 7 50 462 63 50
Binary 10011001 110010 10001110 0 1000011 111 101000 100110010 110011 101000

Color Harmonies of #99328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99328E

Black with #99328E

Text Example


Text Example

White with #99328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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