Html Css Color HEX #99318E Dark Purple

📋 copy color: '#99318E'

red 153 ◦ green 49 ◦ blue 142

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

Shades of Dark Purple #99318E

Tints of Dark Purple #99318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.28%

R = 44.48%
G = 14.24%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99318E (or 0x99318E) is known color: Dark Purple. HEX triplet: 99, 31 and 8E. RGB value is (153,49,142). Sum of RGB (Red+Green+Blue) = 153+49+142=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99318E is #66CE71. Grayscale: #5A5A5A. Windows color (decimal): -6737522 or 9318809. OLE color: 9318809.

HSL color Cylindrical-coordinate representation of color #99318E: hue angle of 306.35º 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 #99318E is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 142 -
CMYK 0 0.68 0.07 0.4
HSL 306.35º 0.51% 0.4% -
HSV(B) 306.35º 0.68% 0.6% -
XYZ 19.12 10.92 26.69 -
YUV 90.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 153 49 142 0 0.68 0.07 0.4 306.35 0.51 0.4
Hex 99 31 8E 0 44 7 28 132 33 28
Octal 231 61 216 0 104 7 50 462 63 50
Binary 10011001 110001 10001110 0 1000100 111 101000 100110010 110011 101000

Color Harmonies of #99318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99318E

Black with #99318E

Text Example


Text Example

White with #99318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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