Html Css Color HEX #993675 Dark Purple

📋 copy color: '#993675'

red 153 ◦ green 54 ◦ blue 117

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

Shades of Dark Purple #993675

Tints of Dark Purple #993675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 47.22%
G = 16.67%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#993675 (or 0x993675) is known color: Dark Purple. HEX triplet: 99, 36 and 75. RGB value is (153,54,117). Sum of RGB (Red+Green+Blue) = 153+54+117=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #993675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993675 is #66C98A. Grayscale: #5A5A5A. Windows color (decimal): -6736267 or 7681689. OLE color: 7681689.

HSL color Cylindrical-coordinate representation of color #993675: hue angle of 321.82º 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 #993675 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 117 -
CMYK 0 0.65 0.24 0.4
HSL 321.82º 0.48% 0.41% -
HSV(B) 321.82º 0.65% 0.6% -
XYZ 17.67 10.69 17.96 -
YUV 90.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 153 54 117 0 0.65 0.24 0.4 321.82 0.48 0.41
Hex 99 36 75 0 41 18 28 142 30 29
Octal 231 66 165 0 101 30 50 502 60 51
Binary 10011001 110110 1110101 0 1000001 11000 101000 101000010 110000 101001

Color Harmonies of #993675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993675

Black with #993675

Text Example


Text Example

White with #993675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993675; }

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

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

background-color css

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

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

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

border-color css

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

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

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