Html Css Color HEX #99318F Dark Purple

📋 copy color: '#99318F'

red 153 ◦ green 49 ◦ blue 143

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

Shades of Dark Purple #99318F

Tints of Dark Purple #99318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 44.35%
G = 14.2%
B = 41.45%

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

#99318F (or 0x99318F) is known color: Dark Purple. HEX triplet: 99, 31 and 8F. RGB value is (153,49,143). Sum of RGB (Red+Green+Blue) = 153+49+143=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99318F is #66CE70. Grayscale: #5A5A5A. Windows color (decimal): -6737521 or 9384345. OLE color: 9384345.

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

Color convert

RGB 153 49 143 -
CMYK 0 0.68 0.07 0.4
HSL 305.77º 0.51% 0.4% -
HSV(B) 305.77º 0.68% 0.6% -
XYZ 19.19 10.95 27.09 -
YUV 90.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 153 49 143 0 0.68 0.07 0.4 305.77 0.51 0.4
Hex 99 31 8F 0 44 7 28 132 33 28
Octal 231 61 217 0 104 7 50 462 63 50
Binary 10011001 110001 10001111 0 1000100 111 101000 100110010 110011 101000

Color Harmonies of #99318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99318F

Black with #99318F

Text Example


Text Example

White with #99318F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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