Html Css Color HEX #9A337C Dark Purple

📋 copy color: '#9A337C'

red 154 ◦ green 51 ◦ blue 124

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

Shades of Dark Purple #9A337C

Tints of Dark Purple #9A337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

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

R = 46.81%
G = 15.5%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A337C (or 0x9A337C) is known color: Dark Purple. HEX triplet: 9A, 33 and 7C. RGB value is (154,51,124). Sum of RGB (Red+Green+Blue) = 154+51+124=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A337C is #65CC83. Grayscale: #595959. Windows color (decimal): -6671492 or 8139674. OLE color: 8139674.

HSL color Cylindrical-coordinate representation of color #9A337C: hue angle of 317.48º degrees, saturation: 0.5, 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 #9A337C is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 51 124 -
CMYK 0 0.67 0.19 0.40
HSL 317.48º 0.5% 0.4% -
HSV(B) 317.48º 0.67% 0.6% -
XYZ 18.15 10.69 20.18 -
YUV 90.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 154 51 124 0 0.67 0.19 0.40 317.48 0.5 0.4
Hex 9A 33 7C 0 43 13 28 13D 32 28
Octal 232 63 174 0 103 23 50 475 62 50
Binary 10011010 110011 1111100 0 1000011 10011 101000 100111101 110010 101000

Color Harmonies of #9A337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A337C

Black with #9A337C

Text Example


Text Example

White with #9A337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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