Html Css Color HEX #993A89 Dark Purple

📋 copy color: '#993A89'

red 153 ◦ green 58 ◦ blue 137

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

Shades of Dark Purple #993A89

Tints of Dark Purple #993A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

 BLUE value IS 137 (53.91% from 255) = 39.37%

R = 43.97%
G = 16.67%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#993A89 (or 0x993A89) is known color: Dark Purple. HEX triplet: 99, 3A and 89. RGB value is (153,58,137). Sum of RGB (Red+Green+Blue) = 153+58+137=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #993A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993A89 is #66C576. Grayscale: #5F5F5F. Windows color (decimal): -6735223 or 8993433. OLE color: 8993433.

HSL color Cylindrical-coordinate representation of color #993A89: hue angle of 310.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A89 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 137 -
CMYK 0 0.62 0.10 0.4
HSL 310.11º 0.45% 0.41% -
HSV(B) 310.11º 0.62% 0.6% -
XYZ 19.17 11.6 24.9 -
YUV 95.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 153 58 137 0 0.62 0.10 0.4 310.11 0.45 0.41
Hex 99 3A 89 0 3E A 28 136 2D 29
Octal 231 72 211 0 76 12 50 466 55 51
Binary 10011001 111010 10001001 0 111110 1010 101000 100110110 101101 101001

Color Harmonies of #993A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A89

Black with #993A89

Text Example


Text Example

White with #993A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,58,137); }

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

background-color css

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

 a { background-color: rgb(153,58,137); }

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

border-color css

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

 span { border-color: rgb(153,58,137); }

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