Html Css Color HEX #9A327C Dark Purple

📋 copy color: '#9A327C'

red 154 ◦ green 50 ◦ blue 124

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

Shades of Dark Purple #9A327C

Tints of Dark Purple #9A327C

RGB

 RED value IS 154 (60.55% from 255) = 46.95%

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

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 46.95%
G = 15.24%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A327C (or 0x9A327C) is known color: Dark Purple. HEX triplet: 9A, 32 and 7C. RGB value is (154,50,124). Sum of RGB (Red+Green+Blue) = 154+50+124=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A327C is #65CD83. Grayscale: #595959. Windows color (decimal): -6671748 or 8139418. OLE color: 8139418.

HSL color Cylindrical-coordinate representation of color #9A327C: hue angle of 317.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A327C is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 50 124 -
CMYK 0 0.68 0.19 0.40
HSL 317.31º 0.51% 0.4% -
HSV(B) 317.31º 0.68% 0.6% -
XYZ 18.11 10.61 20.16 -
YUV 89.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 154 50 124 0 0.68 0.19 0.40 317.31 0.51 0.4
Hex 9A 32 7C 0 44 13 28 13D 33 28
Octal 232 62 174 0 104 23 50 475 63 50
Binary 10011010 110010 1111100 0 1000100 10011 101000 100111101 110011 101000

Color Harmonies of #9A327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A327C

Black with #9A327C

Text Example


Text Example

White with #9A327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A327C; }

 p { color: rgb(154,50,124); }

 H1.HeaderClassName
 {
   color: #9A327C;
 }
 .AnyTagClassName
 {
   color: #9A327C;
 }
</style>

background-color css

<style>
 a { background-color: #9A327C; }

 a { background-color: rgb(154,50,124); }

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

border-color css

<style>
 span { border-color: #9A327C; }

 span { border-color: rgb(154,50,124); }

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