Html Css Color HEX #99318D Dark Purple

📋 copy color: '#99318D'

red 153 ◦ green 49 ◦ blue 141

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

Shades of Dark Purple #99318D

Tints of Dark Purple #99318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

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

R = 44.61%
G = 14.29%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99318D (or 0x99318D) is known color: Dark Purple. HEX triplet: 99, 31 and 8D. RGB value is (153,49,141). Sum of RGB (Red+Green+Blue) = 153+49+141=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99318D is #66CE72. Grayscale: #5A5A5A. Windows color (decimal): -6737523 or 9253273. OLE color: 9253273.

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

Color convert

RGB 153 49 141 -
CMYK 0 0.68 0.08 0.4
HSL 306.92º 0.51% 0.4% -
HSV(B) 306.92º 0.68% 0.6% -
XYZ 19.04 10.89 26.3 -
YUV 90.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 153 49 141 0 0.68 0.08 0.4 306.92 0.51 0.4
Hex 99 31 8D 0 44 8 28 133 33 28
Octal 231 61 215 0 104 10 50 463 63 50
Binary 10011001 110001 10001101 0 1000100 1000 101000 100110011 110011 101000

Color Harmonies of #99318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99318D

Black with #99318D

Text Example


Text Example

White with #99318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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