Html Css Color HEX #99228D Dark Purple

📋 copy color: '#99228D'

red 153 ◦ green 34 ◦ blue 141

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

Shades of Dark Purple #99228D

Tints of Dark Purple #99228D

RGB

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

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

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

R = 46.65%
G = 10.37%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99228D (or 0x99228D) is known color: Dark Purple. HEX triplet: 99, 22 and 8D. RGB value is (153,34,141). Sum of RGB (Red+Green+Blue) = 153+34+141=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99228D is #66DD72. Grayscale: #515151. Windows color (decimal): -6741363 or 9249433. OLE color: 9249433.

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

Color convert

RGB 153 34 141 -
CMYK 0 0.78 0.08 0.4
HSL 306.05º 0.64% 0.37% -
HSV(B) 306.05º 0.78% 0.6% -
XYZ 18.52 9.84 26.12 -
YUV 81.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 153 34 141 0 0.78 0.08 0.4 306.05 0.64 0.37
Hex 99 22 8D 0 4E 8 28 132 40 25
Octal 231 42 215 0 116 10 50 462 100 45
Binary 10011001 100010 10001101 0 1001110 1000 101000 100110010 1000000 100101

Color Harmonies of #99228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99228D

Black with #99228D

Text Example


Text Example

White with #99228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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