Html Css Color HEX #9A3089 Dark Purple

📋 copy color: '#9A3089'

red 154 ◦ green 48 ◦ blue 137

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

Shades of Dark Purple #9A3089

Tints of Dark Purple #9A3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 45.43%
G = 14.16%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A3089 (or 0x9A3089) is known color: Dark Purple. HEX triplet: 9A, 30 and 89. RGB value is (154,48,137). Sum of RGB (Red+Green+Blue) = 154+48+137=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3089 is #65CF76. Grayscale: #595959. Windows color (decimal): -6672247 or 8990874. OLE color: 8990874.

HSL color Cylindrical-coordinate representation of color #9A3089: hue angle of 309.62º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3089 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 48 137 -
CMYK 0 0.69 0.11 0.40
HSL 309.62º 0.52% 0.4% -
HSV(B) 309.62º 0.69% 0.6% -
XYZ 18.9 10.79 24.75 -
YUV 89.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 154 48 137 0 0.69 0.11 0.40 309.62 0.52 0.4
Hex 9A 30 89 0 45 B 28 136 34 28
Octal 232 60 211 0 105 13 50 466 64 50
Binary 10011010 110000 10001001 0 1000101 1011 101000 100110110 110100 101000

Color Harmonies of #9A3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3089

Black with #9A3089

Text Example


Text Example

White with #9A3089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,48,137); }

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

background-color css

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

 a { background-color: rgb(154,48,137); }

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

border-color css

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

 span { border-color: rgb(154,48,137); }

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