Html Css Color HEX #993483 Dark Purple

📋 copy color: '#993483'

red 153 ◦ green 52 ◦ blue 131

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

Shades of Dark Purple #993483

Tints of Dark Purple #993483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 45.54%
G = 15.48%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#993483 (or 0x993483) is known color: Dark Purple. HEX triplet: 99, 34 and 83. RGB value is (153,52,131). Sum of RGB (Red+Green+Blue) = 153+52+131=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #993483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993483 is #66CB7C. Grayscale: #5A5A5A. Windows color (decimal): -6736765 or 8598681. OLE color: 8598681.

HSL color Cylindrical-coordinate representation of color #993483: hue angle of 313.07º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993483 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 131 -
CMYK 0 0.66 0.14 0.4
HSL 313.07º 0.49% 0.4% -
HSV(B) 313.07º 0.66% 0.6% -
XYZ 18.46 10.87 22.6 -
YUV 91.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 153 52 131 0 0.66 0.14 0.4 313.07 0.49 0.4
Hex 99 34 83 0 42 E 28 139 31 28
Octal 231 64 203 0 102 16 50 471 61 50
Binary 10011001 110100 10000011 0 1000010 1110 101000 100111001 110001 101000

Color Harmonies of #993483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993483

Black with #993483

Text Example


Text Example

White with #993483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993483; }

 p { color: rgb(153,52,131); }

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

background-color css

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

 a { background-color: rgb(153,52,131); }

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

border-color css

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

 span { border-color: rgb(153,52,131); }

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