Html Css Color HEX #9A3279 Dark Purple

📋 copy color: '#9A3279'

red 154 ◦ green 50 ◦ blue 121

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

Shades of Dark Purple #9A3279

Tints of Dark Purple #9A3279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 47.38%
G = 15.38%
B = 37.23%

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

#9A3279 (or 0x9A3279) is known color: Dark Purple. HEX triplet: 9A, 32 and 79. RGB value is (154,50,121). Sum of RGB (Red+Green+Blue) = 154+50+121=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3279 is #65CD86. Grayscale: #595959. Windows color (decimal): -6671751 or 7942810. OLE color: 7942810.

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

Color convert

RGB 154 50 121 -
CMYK 0 0.68 0.21 0.40
HSL 319.04º 0.51% 0.4% -
HSV(B) 319.04º 0.68% 0.6% -
XYZ 17.92 10.53 19.18 -
YUV 89.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 154 50 121 0 0.68 0.21 0.40 319.04 0.51 0.4
Hex 9A 32 79 0 44 15 28 13F 33 28
Octal 232 62 171 0 104 25 50 477 63 50
Binary 10011010 110010 1111001 0 1000100 10101 101000 100111111 110011 101000

Color Harmonies of #9A3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3279

Black with #9A3279

Text Example


Text Example

White with #9A3279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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