Html Css Color HEX #993272 Dark Purple

📋 copy color: '#993272'

red 153 ◦ green 50 ◦ blue 114

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

Shades of Dark Purple #993272

Tints of Dark Purple #993272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 48.26%
G = 15.77%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#993272 (or 0x993272) is known color: Dark Purple. HEX triplet: 99, 32 and 72. RGB value is (153,50,114). Sum of RGB (Red+Green+Blue) = 153+50+114=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #993272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993272 is #66CD8D. Grayscale: #575757. Windows color (decimal): -6737294 or 7484057. OLE color: 7484057.

HSL color Cylindrical-coordinate representation of color #993272: hue angle of 322.72º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993272 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 114 -
CMYK 0 0.67 0.25 0.4
HSL 322.72º 0.51% 0.4% -
HSV(B) 322.72º 0.67% 0.6% -
XYZ 17.31 10.27 16.99 -
YUV 88.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 153 50 114 0 0.67 0.25 0.4 322.72 0.51 0.4
Hex 99 32 72 0 43 19 28 143 33 28
Octal 231 62 162 0 103 31 50 503 63 50
Binary 10011001 110010 1110010 0 1000011 11001 101000 101000011 110011 101000

Color Harmonies of #993272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993272

Black with #993272

Text Example


Text Example

White with #993272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993272; }

 p { color: rgb(153,50,114); }

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

background-color css

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

 a { background-color: rgb(153,50,114); }

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

border-color css

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

 span { border-color: rgb(153,50,114); }

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