Html Css Color HEX #99327A Dark Purple

📋 copy color: '#99327A'

red 153 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #99327A

Tints of Dark Purple #99327A

RGB

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

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

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

R = 47.08%
G = 15.38%
B = 37.54%

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

#99327A (or 0x99327A) is known color: Dark Purple. HEX triplet: 99, 32 and 7A. RGB value is (153,50,122). Sum of RGB (Red+Green+Blue) = 153+50+122=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99327A is #66CD85. Grayscale: #585858. Windows color (decimal): -6737286 or 8008345. OLE color: 8008345.

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

Color convert

RGB 153 50 122 -
CMYK 0 0.67 0.20 0.4
HSL 318.06º 0.51% 0.4% -
HSV(B) 318.06º 0.67% 0.6% -
XYZ 17.79 10.46 19.49 -
YUV 89.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 153 50 122 0 0.67 0.20 0.4 318.06 0.51 0.4
Hex 99 32 7A 0 43 14 28 13E 33 28
Octal 231 62 172 0 103 24 50 476 63 50
Binary 10011001 110010 1111010 0 1000011 10100 101000 100111110 110011 101000

Color Harmonies of #99327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99327A

Black with #99327A

Text Example


Text Example

White with #99327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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