Html Css Color HEX #993B7E Dark Purple

📋 copy color: '#993B7E'

red 153 ◦ green 59 ◦ blue 126

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

Shades of Dark Purple #993B7E

Tints of Dark Purple #993B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 45.27%
G = 17.46%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#993B7E (or 0x993B7E) is known color: Dark Purple. HEX triplet: 99, 3B and 7E. RGB value is (153,59,126). Sum of RGB (Red+Green+Blue) = 153+59+126=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #993B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B7E is #66C481. Grayscale: #5E5E5E. Windows color (decimal): -6734978 or 8272793. OLE color: 8272793.

HSL color Cylindrical-coordinate representation of color #993B7E: hue angle of 317.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993B7E is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 59 126 -
CMYK 0 0.61 0.18 0.4
HSL 317.23º 0.44% 0.42% -
HSV(B) 317.23º 0.61% 0.6% -
XYZ 18.47 11.41 20.97 -
YUV 94.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 153 59 126 0 0.61 0.18 0.4 317.23 0.44 0.42
Hex 99 3B 7E 0 3D 12 28 13D 2C 2A
Octal 231 73 176 0 75 22 50 475 54 52
Binary 10011001 111011 1111110 0 111101 10010 101000 100111101 101100 101010

Color Harmonies of #993B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B7E

Black with #993B7E

Text Example


Text Example

White with #993B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993B7E; }

 p { color: rgb(153,59,126); }

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

background-color css

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

 a { background-color: rgb(153,59,126); }

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

border-color css

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

 span { border-color: rgb(153,59,126); }

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