Html Css Color HEX #99328B Dark Purple

📋 copy color: '#99328B'

red 153 ◦ green 50 ◦ blue 139

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

Shades of Dark Purple #99328B

Tints of Dark Purple #99328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 44.74%
G = 14.62%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99328B (or 0x99328B) is known color: Dark Purple. HEX triplet: 99, 32 and 8B. RGB value is (153,50,139). Sum of RGB (Red+Green+Blue) = 153+50+139=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99328B is #66CD74. Grayscale: #5A5A5A. Windows color (decimal): -6737269 or 9122457. OLE color: 9122457.

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

Color convert

RGB 153 50 139 -
CMYK 0 0.67 0.09 0.4
HSL 308.16º 0.51% 0.4% -
HSV(B) 308.16º 0.67% 0.6% -
XYZ 18.94 10.92 25.54 -
YUV 90.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 153 50 139 0 0.67 0.09 0.4 308.16 0.51 0.4
Hex 99 32 8B 0 43 9 28 134 33 28
Octal 231 62 213 0 103 11 50 464 63 50
Binary 10011001 110010 10001011 0 1000011 1001 101000 100110100 110011 101000

Color Harmonies of #99328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99328B

Black with #99328B

Text Example


Text Example

White with #99328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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