Html Css Color HEX #993581 Dark Purple

📋 copy color: '#993581'

red 153 ◦ green 53 ◦ blue 129

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

Shades of Dark Purple #993581

Tints of Dark Purple #993581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 45.67%
G = 15.82%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#993581 (or 0x993581) is known color: Dark Purple. HEX triplet: 99, 35 and 81. RGB value is (153,53,129). Sum of RGB (Red+Green+Blue) = 153+53+129=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #993581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993581 is #66CA7E. Grayscale: #5B5B5B. Windows color (decimal): -6736511 or 8467865. OLE color: 8467865.

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

Color convert

RGB 153 53 129 -
CMYK 0 0.65 0.16 0.4
HSL 314.4º 0.49% 0.4% -
HSV(B) 314.4º 0.65% 0.6% -
XYZ 18.37 10.9 21.91 -
YUV 91.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 153 53 129 0 0.65 0.16 0.4 314.4 0.49 0.4
Hex 99 35 81 0 41 10 28 13A 31 28
Octal 231 65 201 0 101 20 50 472 61 50
Binary 10011001 110101 10000001 0 1000001 10000 101000 100111010 110001 101000

Color Harmonies of #993581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993581

Black with #993581

Text Example


Text Example

White with #993581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993581; }

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

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

background-color css

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

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

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

border-color css

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

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

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