Html Css Color HEX #9A328A Dark Purple

📋 copy color: '#9A328A'

red 154 ◦ green 50 ◦ blue 138

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

Shades of Dark Purple #9A328A

Tints of Dark Purple #9A328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.35%

R = 45.03%
G = 14.62%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A328A (or 0x9A328A) is known color: Dark Purple. HEX triplet: 9A, 32 and 8A. RGB value is (154,50,138). Sum of RGB (Red+Green+Blue) = 154+50+138=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A328A is #65CD75. Grayscale: #5A5A5A. Windows color (decimal): -6671734 or 9056922. OLE color: 9056922.

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

Color convert

RGB 154 50 138 -
CMYK 0 0.68 0.10 0.40
HSL 309.23º 0.51% 0.4% -
HSV(B) 309.23º 0.68% 0.6% -
XYZ 19.05 10.99 25.16 -
YUV 91.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 154 50 138 0 0.68 0.10 0.40 309.23 0.51 0.4
Hex 9A 32 8A 0 44 A 28 135 33 28
Octal 232 62 212 0 104 12 50 465 63 50
Binary 10011010 110010 10001010 0 1000100 1010 101000 100110101 110011 101000

Color Harmonies of #9A328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A328A

Black with #9A328A

Text Example


Text Example

White with #9A328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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