Html Css Color HEX #9A327A Dark Purple

📋 copy color: '#9A327A'

red 154 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #9A327A

Tints of Dark Purple #9A327A

RGB

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

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

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

R = 47.24%
G = 15.34%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A327A (or 0x9A327A) is known color: Dark Purple. HEX triplet: 9A, 32 and 7A. RGB value is (154,50,122). Sum of RGB (Red+Green+Blue) = 154+50+122=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A327A is #65CD85. Grayscale: #595959. Windows color (decimal): -6671750 or 8008346. OLE color: 8008346.

HSL color Cylindrical-coordinate representation of color #9A327A: hue angle of 318.46º 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 #9A327A is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 50 122 -
CMYK 0 0.68 0.21 0.40
HSL 318.46º 0.51% 0.4% -
HSV(B) 318.46º 0.68% 0.6% -
XYZ 17.98 10.56 19.5 -
YUV 89.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 154 50 122 0 0.68 0.21 0.40 318.46 0.51 0.4
Hex 9A 32 7A 0 44 15 28 13E 33 28
Octal 232 62 172 0 104 25 50 476 63 50
Binary 10011010 110010 1111010 0 1000100 10101 101000 100111110 110011 101000

Color Harmonies of #9A327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A327A

Black with #9A327A

Text Example


Text Example

White with #9A327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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