Html Css Color HEX #9A2292 Dark Purple

📋 copy color: '#9A2292'

red 154 ◦ green 34 ◦ blue 146

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

Shades of Dark Purple #9A2292

Tints of Dark Purple #9A2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

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

R = 46.11%
G = 10.18%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#9A2292 (or 0x9A2292) is known color: Dark Purple. HEX triplet: 9A, 22 and 92. RGB value is (154,34,146). Sum of RGB (Red+Green+Blue) = 154+34+146=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2292 is #65DD6D. Grayscale: #525252. Windows color (decimal): -6675822 or 9577114. OLE color: 9577114.

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

Color convert

RGB 154 34 146 -
CMYK 0 0.78 0.05 0.40
HSL 304º 0.64% 0.37% -
HSV(B) 304º 0.78% 0.6% -
XYZ 19.09 10.09 28.14 -
YUV 82.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 154 34 146 0 0.78 0.05 0.40 304 0.64 0.37
Hex 9A 22 92 0 4E 5 28 130 40 25
Octal 232 42 222 0 116 5 50 460 100 45
Binary 10011010 100010 10010010 0 1001110 101 101000 100110000 1000000 100101

Color Harmonies of #9A2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2292

Black with #9A2292

Text Example


Text Example

White with #9A2292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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