Html Css Color HEX #993A8A Dark Purple

📋 copy color: '#993A8A'

red 153 ◦ green 58 ◦ blue 138

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

Shades of Dark Purple #993A8A

Tints of Dark Purple #993A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 43.84%
G = 16.62%
B = 39.54%

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

#993A8A (or 0x993A8A) is known color: Dark Purple. HEX triplet: 99, 3A and 8A. RGB value is (153,58,138). Sum of RGB (Red+Green+Blue) = 153+58+138=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #993A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993A8A is #66C575. Grayscale: #5F5F5F. Windows color (decimal): -6735222 or 9058969. OLE color: 9058969.

HSL color Cylindrical-coordinate representation of color #993A8A: hue angle of 309.47º 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 #993A8A is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 138 -
CMYK 0 0.62 0.10 0.4
HSL 309.47º 0.45% 0.41% -
HSV(B) 309.47º 0.62% 0.6% -
XYZ 19.24 11.63 25.28 -
YUV 95.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 153 58 138 0 0.62 0.10 0.4 309.47 0.45 0.41
Hex 99 3A 8A 0 3E A 28 135 2D 29
Octal 231 72 212 0 76 12 50 465 55 51
Binary 10011001 111010 10001010 0 111110 1010 101000 100110101 101101 101001

Color Harmonies of #993A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A8A

Black with #993A8A

Text Example


Text Example

White with #993A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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