Html Css Color HEX #99226D Dark Purple

📋 copy color: '#99226D'

red 153 ◦ green 34 ◦ blue 109

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

Shades of Dark Purple #99226D

Tints of Dark Purple #99226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 51.69%
G = 11.49%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99226D (or 0x99226D) is known color: Dark Purple. HEX triplet: 99, 22 and 6D. RGB value is (153,34,109). Sum of RGB (Red+Green+Blue) = 153+34+109=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99226D is #66DD92. Grayscale: #4D4D4D. Windows color (decimal): -6741395 or 7152281. OLE color: 7152281.

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

Color convert

RGB 153 34 109 -
CMYK 0 0.78 0.29 0.4
HSL 322.18º 0.64% 0.37% -
HSV(B) 322.18º 0.78% 0.6% -
XYZ 16.47 9.02 15.34 -
YUV 78.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 153 34 109 0 0.78 0.29 0.4 322.18 0.64 0.37
Hex 99 22 6D 0 4E 1D 28 142 40 25
Octal 231 42 155 0 116 35 50 502 100 45
Binary 10011001 100010 1101101 0 1001110 11101 101000 101000010 1000000 100101

Color Harmonies of #99226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99226D

Black with #99226D

Text Example


Text Example

White with #99226D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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