Html Css Color HEX #9A2496 Dark Purple

📋 copy color: '#9A2496'

red 154 ◦ green 36 ◦ blue 150

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

Shades of Dark Purple #9A2496

Tints of Dark Purple #9A2496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 45.29%
G = 10.59%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#9A2496 (or 0x9A2496) is known color: Dark Purple. HEX triplet: 9A, 24 and 96. RGB value is (154,36,150). Sum of RGB (Red+Green+Blue) = 154+36+150=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2496 is #65DB69. Grayscale: #535353. Windows color (decimal): -6675306 or 9839770. OLE color: 9839770.

HSL color Cylindrical-coordinate representation of color #9A2496: hue angle of 302.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2496 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 36 150 -
CMYK 0 0.77 0.03 0.40
HSL 302.03º 0.62% 0.37% -
HSV(B) 302.03º 0.77% 0.6% -
XYZ 19.46 10.33 29.82 -
YUV 84.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 154 36 150 0 0.77 0.03 0.40 302.03 0.62 0.37
Hex 9A 24 96 0 4D 3 28 12E 3E 25
Octal 232 44 226 0 115 3 50 456 76 45
Binary 10011010 100100 10010110 0 1001101 11 101000 100101110 111110 100101

Color Harmonies of #9A2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2496

Black with #9A2496

Text Example


Text Example

White with #9A2496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,36,150); }

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

background-color css

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

 a { background-color: rgb(154,36,150); }

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

border-color css

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

 span { border-color: rgb(154,36,150); }

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