Html Css Color HEX #99298E Dark Purple

📋 copy color: '#99298E'

red 153 ◦ green 41 ◦ blue 142

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

Shades of Dark Purple #99298E

Tints of Dark Purple #99298E

RGB

 RED value IS 153 (60.16% from 255) = 45.54%

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

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 45.54%
G = 12.2%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99298E (or 0x99298E) is known color: Dark Purple. HEX triplet: 99, 29 and 8E. RGB value is (153,41,142). Sum of RGB (Red+Green+Blue) = 153+41+142=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99298E is #66D671. Grayscale: #555555. Windows color (decimal): -6739570 or 9316761. OLE color: 9316761.

HSL color Cylindrical-coordinate representation of color #99298E: hue angle of 305.89º 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 #99298E is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 142 -
CMYK 0 0.73 0.07 0.4
HSL 305.89º 0.58% 0.38% -
HSV(B) 305.89º 0.73% 0.6% -
XYZ 18.81 10.31 26.59 -
YUV 86 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 153 41 142 0 0.73 0.07 0.4 305.89 0.58 0.38
Hex 99 29 8E 0 49 7 28 132 3A 26
Octal 231 51 216 0 111 7 50 462 72 46
Binary 10011001 101001 10001110 0 1001001 111 101000 100110010 111010 100110

Color Harmonies of #99298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99298E

Black with #99298E

Text Example


Text Example

White with #99298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99298E; }

 p { color: rgb(153,41,142); }

 H1.HeaderClassName
 {
   color: #99298E;
 }
 .AnyTagClassName
 {
   color: #99298E;
 }
</style>

background-color css

<style>
 a { background-color: #99298E; }

 a { background-color: rgb(153,41,142); }

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

border-color css

<style>
 span { border-color: #99298E; }

 span { border-color: rgb(153,41,142); }

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