Html Css Color HEX #99327B Dark Purple

📋 copy color: '#99327B'

red 153 ◦ green 50 ◦ blue 123

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

Shades of Dark Purple #99327B

Tints of Dark Purple #99327B

RGB

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

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

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

R = 46.93%
G = 15.34%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99327B (or 0x99327B) is known color: Dark Purple. HEX triplet: 99, 32 and 7B. RGB value is (153,50,123). Sum of RGB (Red+Green+Blue) = 153+50+123=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99327B is #66CD84. Grayscale: #585858. Windows color (decimal): -6737285 or 8073881. OLE color: 8073881.

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

Color convert

RGB 153 50 123 -
CMYK 0 0.67 0.20 0.4
HSL 317.48º 0.51% 0.4% -
HSV(B) 317.48º 0.67% 0.6% -
XYZ 17.85 10.48 19.82 -
YUV 89.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 153 50 123 0 0.67 0.20 0.4 317.48 0.51 0.4
Hex 99 32 7B 0 43 14 28 13D 33 28
Octal 231 62 173 0 103 24 50 475 63 50
Binary 10011001 110010 1111011 0 1000011 10100 101000 100111101 110011 101000

Color Harmonies of #99327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99327B

Black with #99327B

Text Example


Text Example

White with #99327B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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