Html Css Color HEX #99227B Dark Purple

📋 copy color: '#99227B'

red 153 ◦ green 34 ◦ blue 123

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

Shades of Dark Purple #99227B

Tints of Dark Purple #99227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 49.35%
G = 10.97%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99227B (or 0x99227B) is known color: Dark Purple. HEX triplet: 99, 22 and 7B. RGB value is (153,34,123). Sum of RGB (Red+Green+Blue) = 153+34+123=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99227B is #66DD84. Grayscale: #4F4F4F. Windows color (decimal): -6741381 or 8069785. OLE color: 8069785.

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

Color convert

RGB 153 34 123 -
CMYK 0 0.78 0.20 0.4
HSL 315.13º 0.64% 0.37% -
HSV(B) 315.13º 0.78% 0.6% -
XYZ 17.28 9.35 19.63 -
YUV 79.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 153 34 123 0 0.78 0.20 0.4 315.13 0.64 0.37
Hex 99 22 7B 0 4E 14 28 13B 40 25
Octal 231 42 173 0 116 24 50 473 100 45
Binary 10011001 100010 1111011 0 1001110 10100 101000 100111011 1000000 100101

Color Harmonies of #99227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99227B

Black with #99227B

Text Example


Text Example

White with #99227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99227B; }

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

 H1.HeaderClassName
 {
   color: #99227B;
 }
 .AnyTagClassName
 {
   color: #99227B;
 }
</style>

background-color css

<style>
 a { background-color: #99227B; }

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

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

border-color css

<style>
 span { border-color: #99227B; }

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

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