Html Css Color HEX #9A298D Dark Purple

📋 copy color: '#9A298D'

red 154 ◦ green 41 ◦ blue 141

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

Shades of Dark Purple #9A298D

Tints of Dark Purple #9A298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 45.83%
G = 12.2%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A298D (or 0x9A298D) is known color: Dark Purple. HEX triplet: 9A, 29 and 8D. RGB value is (154,41,141). Sum of RGB (Red+Green+Blue) = 154+41+141=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A298D is #65D672. Grayscale: #555555. Windows color (decimal): -6674035 or 9251226. OLE color: 9251226.

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

Color convert

RGB 154 41 141 -
CMYK 0 0.73 0.08 0.40
HSL 306.9º 0.58% 0.38% -
HSV(B) 306.9º 0.73% 0.6% -
XYZ 18.93 10.38 26.21 -
YUV 86.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 154 41 141 0 0.73 0.08 0.40 306.9 0.58 0.38
Hex 9A 29 8D 0 49 8 28 133 3A 26
Octal 232 51 215 0 111 10 50 463 72 46
Binary 10011010 101001 10001101 0 1001001 1000 101000 100110011 111010 100110

Color Harmonies of #9A298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A298D

Black with #9A298D

Text Example


Text Example

White with #9A298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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