Html Css Color HEX #993884 Dark Purple

📋 copy color: '#993884'

red 153 ◦ green 56 ◦ blue 132

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

Shades of Dark Purple #993884

Tints of Dark Purple #993884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.71%

R = 44.87%
G = 16.42%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#993884 (or 0x993884) is known color: Dark Purple. HEX triplet: 99, 38 and 84. RGB value is (153,56,132). Sum of RGB (Red+Green+Blue) = 153+56+132=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #993884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993884 is #66C77B. Grayscale: #5D5D5D. Windows color (decimal): -6735740 or 8665241. OLE color: 8665241.

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

Color convert

RGB 153 56 132 -
CMYK 0 0.63 0.14 0.4
HSL 312.99º 0.46% 0.41% -
HSV(B) 312.99º 0.63% 0.6% -
XYZ 18.72 11.27 23.02 -
YUV 93.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 153 56 132 0 0.63 0.14 0.4 312.99 0.46 0.41
Hex 99 38 84 0 3F E 28 139 2E 29
Octal 231 70 204 0 77 16 50 471 56 51
Binary 10011001 111000 10000100 0 111111 1110 101000 100111001 101110 101001

Color Harmonies of #993884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993884

Black with #993884

Text Example


Text Example

White with #993884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993884; }

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

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

background-color css

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

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

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

border-color css

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

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

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