Html Css Color HEX #99228E Dark Purple

📋 copy color: '#99228E'

red 153 ◦ green 34 ◦ blue 142

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

Shades of Dark Purple #99228E

Tints of Dark Purple #99228E

RGB

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

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

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

R = 46.5%
G = 10.33%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99228E (or 0x99228E) is known color: Dark Purple. HEX triplet: 99, 22 and 8E. RGB value is (153,34,142). Sum of RGB (Red+Green+Blue) = 153+34+142=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99228E is #66DD71. Grayscale: #515151. Windows color (decimal): -6741362 or 9314969. OLE color: 9314969.

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

Color convert

RGB 153 34 142 -
CMYK 0 0.78 0.07 0.4
HSL 305.55º 0.64% 0.37% -
HSV(B) 305.55º 0.78% 0.6% -
XYZ 18.59 9.87 26.52 -
YUV 81.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 153 34 142 0 0.78 0.07 0.4 305.55 0.64 0.37
Hex 99 22 8E 0 4E 7 28 132 40 25
Octal 231 42 216 0 116 7 50 462 100 45
Binary 10011001 100010 10001110 0 1001110 111 101000 100110010 1000000 100101

Color Harmonies of #99228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99228E

Black with #99228E

Text Example


Text Example

White with #99228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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