Html Css Color HEX #99377D Dark Purple

📋 copy color: '#99377D'

red 153 ◦ green 55 ◦ blue 125

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

Shades of Dark Purple #99377D

Tints of Dark Purple #99377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 45.95%
G = 16.52%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99377D (or 0x99377D) is known color: Dark Purple. HEX triplet: 99, 37 and 7D. RGB value is (153,55,125). Sum of RGB (Red+Green+Blue) = 153+55+125=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99377D is #66C882. Grayscale: #5C5C5C. Windows color (decimal): -6736003 or 8206233. OLE color: 8206233.

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

Color convert

RGB 153 55 125 -
CMYK 0 0.64 0.18 0.4
HSL 317.14º 0.47% 0.41% -
HSV(B) 317.14º 0.64% 0.6% -
XYZ 18.2 10.99 20.56 -
YUV 92.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 153 55 125 0 0.64 0.18 0.4 317.14 0.47 0.41
Hex 99 37 7D 0 40 12 28 13D 2F 29
Octal 231 67 175 0 100 22 50 475 57 51
Binary 10011001 110111 1111101 0 1000000 10010 101000 100111101 101111 101001

Color Harmonies of #99377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99377D

Black with #99377D

Text Example


Text Example

White with #99377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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