Html Css Color HEX #99357D Dark Purple

📋 copy color: '#99357D'

red 153 ◦ green 53 ◦ blue 125

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

Shades of Dark Purple #99357D

Tints of Dark Purple #99357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

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

R = 46.22%
G = 16.01%
B = 37.76%

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

#99357D (or 0x99357D) is known color: Dark Purple. HEX triplet: 99, 35 and 7D. RGB value is (153,53,125). Sum of RGB (Red+Green+Blue) = 153+53+125=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99357D is #66CA82. Grayscale: #5A5A5A. Windows color (decimal): -6736515 or 8205721. OLE color: 8205721.

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

Color convert

RGB 153 53 125 -
CMYK 0 0.65 0.18 0.4
HSL 316.8º 0.49% 0.4% -
HSV(B) 316.8º 0.65% 0.6% -
XYZ 18.11 10.8 20.53 -
YUV 91.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 153 53 125 0 0.65 0.18 0.4 316.8 0.49 0.4
Hex 99 35 7D 0 41 12 28 13D 31 28
Octal 231 65 175 0 101 22 50 475 61 50
Binary 10011001 110101 1111101 0 1000001 10010 101000 100111101 110001 101000

Color Harmonies of #99357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99357D

Black with #99357D

Text Example


Text Example

White with #99357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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