Html Css Color HEX #9A2A93 Dark Purple

📋 copy color: '#9A2A93'

red 154 ◦ green 42 ◦ blue 147

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

Shades of Dark Purple #9A2A93

Tints of Dark Purple #9A2A93

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.24%

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 44.9%
G = 12.24%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#9A2A93 (or 0x9A2A93) is known color: Dark Purple. HEX triplet: 9A, 2A and 93. RGB value is (154,42,147). Sum of RGB (Red+Green+Blue) = 154+42+147=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2A93 is #65D56C. Grayscale: #575757. Windows color (decimal): -6673773 or 9644698. OLE color: 9644698.

HSL color Cylindrical-coordinate representation of color #9A2A93: hue angle of 303.75º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2A93 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 42 147 -
CMYK 0 0.73 0.05 0.40
HSL 303.75º 0.57% 0.38% -
HSV(B) 303.75º 0.73% 0.6% -
XYZ 19.42 10.63 28.63 -
YUV 87.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 154 42 147 0 0.73 0.05 0.40 303.75 0.57 0.38
Hex 9A 2A 93 0 49 5 28 130 39 26
Octal 232 52 223 0 111 5 50 460 71 46
Binary 10011010 101010 10010011 0 1001001 101 101000 100110000 111001 100110

Color Harmonies of #9A2A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2A93

Black with #9A2A93

Text Example


Text Example

White with #9A2A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,42,147); }

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

background-color css

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

 a { background-color: rgb(154,42,147); }

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

border-color css

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

 span { border-color: rgb(154,42,147); }

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