Html Css Color HEX #9A2E90 Dark Purple

📋 copy color: '#9A2E90'

red 154 ◦ green 46 ◦ blue 144

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

Shades of Dark Purple #9A2E90

Tints of Dark Purple #9A2E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.37%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 44.77%
G = 13.37%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#9A2E90 (or 0x9A2E90) is known color: Dark Purple. HEX triplet: 9A, 2E and 90. RGB value is (154,46,144). Sum of RGB (Red+Green+Blue) = 154+46+144=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2E90 is #65D16F. Grayscale: #595959. Windows color (decimal): -6672752 or 9449114. OLE color: 9449114.

HSL color Cylindrical-coordinate representation of color #9A2E90: hue angle of 305.56º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A2E90 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 46 144 -
CMYK 0 0.70 0.06 0.40
HSL 305.56º 0.54% 0.39% -
HSV(B) 305.56º 0.7% 0.6% -
XYZ 19.34 10.84 27.46 -
YUV 89.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 154 46 144 0 0.70 0.06 0.40 305.56 0.54 0.39
Hex 9A 2E 90 0 46 6 28 132 36 27
Octal 232 56 220 0 106 6 50 462 66 47
Binary 10011010 101110 10010000 0 1000110 110 101000 100110010 110110 100111

Color Harmonies of #9A2E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2E90

Black with #9A2E90

Text Example


Text Example

White with #9A2E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,46,144); }

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

background-color css

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

 a { background-color: rgb(154,46,144); }

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

border-color css

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

 span { border-color: rgb(154,46,144); }

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