Html Css Color HEX #993880 Dark Purple

📋 copy color: '#993880'

red 153 ◦ green 56 ◦ blue 128

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

Shades of Dark Purple #993880

Tints of Dark Purple #993880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

 BLUE value IS 128 (50.39% from 255) = 37.98%

R = 45.4%
G = 16.62%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#993880 (or 0x993880) is known color: Dark Purple. HEX triplet: 99, 38 and 80. RGB value is (153,56,128). Sum of RGB (Red+Green+Blue) = 153+56+128=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993880 is #66C77F. Grayscale: #5D5D5D. Windows color (decimal): -6735744 or 8403097. OLE color: 8403097.

HSL color Cylindrical-coordinate representation of color #993880: hue angle of 315.46º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993880 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 128 -
CMYK 0 0.63 0.16 0.4
HSL 315.46º 0.46% 0.41% -
HSV(B) 315.46º 0.63% 0.6% -
XYZ 18.45 11.16 21.6 -
YUV 93.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 153 56 128 0 0.63 0.16 0.4 315.46 0.46 0.41
Hex 99 38 80 0 3F 10 28 13B 2E 29
Octal 231 70 200 0 77 20 50 473 56 51
Binary 10011001 111000 10000000 0 111111 10000 101000 100111011 101110 101001

Color Harmonies of #993880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993880

Black with #993880

Text Example


Text Example

White with #993880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993880; }

 p { color: rgb(153,56,128); }

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

background-color css

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

 a { background-color: rgb(153,56,128); }

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

border-color css

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

 span { border-color: rgb(153,56,128); }

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