Html Css Color HEX #99377C Dark Purple

📋 copy color: '#99377C'

red 153 ◦ green 55 ◦ blue 124

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

Shades of Dark Purple #99377C

Tints of Dark Purple #99377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 46.08%
G = 16.57%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99377C (or 0x99377C) is known color: Dark Purple. HEX triplet: 99, 37 and 7C. RGB value is (153,55,124). Sum of RGB (Red+Green+Blue) = 153+55+124=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99377C is #66C883. Grayscale: #5B5B5B. Windows color (decimal): -6736004 or 8140697. OLE color: 8140697.

HSL color Cylindrical-coordinate representation of color #99377C: hue angle of 317.76º 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 #99377C is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 124 -
CMYK 0 0.64 0.19 0.4
HSL 317.76º 0.47% 0.41% -
HSV(B) 317.76º 0.64% 0.6% -
XYZ 18.14 10.96 20.23 -
YUV 92.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 153 55 124 0 0.64 0.19 0.4 317.76 0.47 0.41
Hex 99 37 7C 0 40 13 28 13E 2F 29
Octal 231 67 174 0 100 23 50 476 57 51
Binary 10011001 110111 1111100 0 1000000 10011 101000 100111110 101111 101001

Color Harmonies of #99377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99377C

Black with #99377C

Text Example


Text Example

White with #99377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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