Html Css Color HEX #99367D Dark Purple

📋 copy color: '#99367D'

red 153 ◦ green 54 ◦ blue 125

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

Shades of Dark Purple #99367D

Tints of Dark Purple #99367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 46.08%
G = 16.27%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99367D (or 0x99367D) is known color: Dark Purple. HEX triplet: 99, 36 and 7D. RGB value is (153,54,125). Sum of RGB (Red+Green+Blue) = 153+54+125=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99367D is #66C982. Grayscale: #5B5B5B. Windows color (decimal): -6736259 or 8205977. OLE color: 8205977.

HSL color Cylindrical-coordinate representation of color #99367D: hue angle of 316.97º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99367D is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 125 -
CMYK 0 0.65 0.18 0.4
HSL 316.97º 0.48% 0.41% -
HSV(B) 316.97º 0.65% 0.6% -
XYZ 18.16 10.89 20.55 -
YUV 91.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 153 54 125 0 0.65 0.18 0.4 316.97 0.48 0.41
Hex 99 36 7D 0 41 12 28 13D 30 29
Octal 231 66 175 0 101 22 50 475 60 51
Binary 10011001 110110 1111101 0 1000001 10010 101000 100111101 110000 101001

Color Harmonies of #99367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99367D

Black with #99367D

Text Example


Text Example

White with #99367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,54,125); }

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

background-color css

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

 a { background-color: rgb(153,54,125); }

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

border-color css

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

 span { border-color: rgb(153,54,125); }

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