Html Css Color HEX #9A337A Dark Purple

📋 copy color: '#9A337A'

red 154 ◦ green 51 ◦ blue 122

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

Shades of Dark Purple #9A337A

Tints of Dark Purple #9A337A

RGB

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

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

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

R = 47.09%
G = 15.6%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A337A (or 0x9A337A) is known color: Dark Purple. HEX triplet: 9A, 33 and 7A. RGB value is (154,51,122). Sum of RGB (Red+Green+Blue) = 154+51+122=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A337A is #65CC85. Grayscale: #595959. Windows color (decimal): -6671494 or 8008602. OLE color: 8008602.

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

Color convert

RGB 154 51 122 -
CMYK 0 0.67 0.21 0.40
HSL 318.64º 0.5% 0.4% -
HSV(B) 318.64º 0.67% 0.6% -
XYZ 18.02 10.64 19.52 -
YUV 89.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 154 51 122 0 0.67 0.21 0.40 318.64 0.5 0.4
Hex 9A 33 7A 0 43 15 28 13F 32 28
Octal 232 63 172 0 103 25 50 477 62 50
Binary 10011010 110011 1111010 0 1000011 10101 101000 100111111 110010 101000

Color Harmonies of #9A337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A337A

Black with #9A337A

Text Example


Text Example

White with #9A337A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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