Html Css Color HEX #99377F Dark Purple

📋 copy color: '#99377F'

red 153 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #99377F

Tints of Dark Purple #99377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 45.67%
G = 16.42%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99377F (or 0x99377F) is known color: Dark Purple. HEX triplet: 99, 37 and 7F. RGB value is (153,55,127). Sum of RGB (Red+Green+Blue) = 153+55+127=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99377F is #66C880. Grayscale: #5C5C5C. Windows color (decimal): -6736001 or 8337305. OLE color: 8337305.

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

Color convert

RGB 153 55 127 -
CMYK 0 0.64 0.17 0.4
HSL 315.92º 0.47% 0.41% -
HSV(B) 315.92º 0.64% 0.6% -
XYZ 18.33 11.04 21.24 -
YUV 92.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 153 55 127 0 0.64 0.17 0.4 315.92 0.47 0.41
Hex 99 37 7F 0 40 11 28 13C 2F 29
Octal 231 67 177 0 100 21 50 474 57 51
Binary 10011001 110111 1111111 0 1000000 10001 101000 100111100 101111 101001

Color Harmonies of #99377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99377F

Black with #99377F

Text Example


Text Example

White with #99377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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