Html Css Color HEX #9A2992 Dark Purple

📋 copy color: '#9A2992'

red 154 ◦ green 41 ◦ blue 146

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

Shades of Dark Purple #9A2992

Tints of Dark Purple #9A2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 45.16%
G = 12.02%
B = 42.82%

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

#9A2992 (or 0x9A2992) is known color: Dark Purple. HEX triplet: 9A, 29 and 92. RGB value is (154,41,146). Sum of RGB (Red+Green+Blue) = 154+41+146=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2992 is #65D66D. Grayscale: #565656. Windows color (decimal): -6674030 or 9578906. OLE color: 9578906.

HSL color Cylindrical-coordinate representation of color #9A2992: hue angle of 304.25º degrees, saturation: 0.58, 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 #9A2992 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 41 146 -
CMYK 0 0.73 0.05 0.40
HSL 304.25º 0.58% 0.38% -
HSV(B) 304.25º 0.73% 0.6% -
XYZ 19.31 10.53 28.21 -
YUV 86.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 154 41 146 0 0.73 0.05 0.40 304.25 0.58 0.38
Hex 9A 29 92 0 49 5 28 130 3A 26
Octal 232 51 222 0 111 5 50 460 72 46
Binary 10011010 101001 10010010 0 1001001 101 101000 100110000 111010 100110

Color Harmonies of #9A2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2992

Black with #9A2992

Text Example


Text Example

White with #9A2992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,41,146); }

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

background-color css

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

 a { background-color: rgb(154,41,146); }

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

border-color css

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

 span { border-color: rgb(154,41,146); }

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