Html Css Color HEX #993087 Dark Purple

📋 copy color: '#993087'

red 153 ◦ green 48 ◦ blue 135

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

Shades of Dark Purple #993087

Tints of Dark Purple #993087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.29%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 45.54%
G = 14.29%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#993087 (or 0x993087) is known color: Dark Purple. HEX triplet: 99, 30 and 87. RGB value is (153,48,135). Sum of RGB (Red+Green+Blue) = 153+48+135=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #993087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993087 is #66CF78. Grayscale: #595959. Windows color (decimal): -6737785 or 8859801. OLE color: 8859801.

HSL color Cylindrical-coordinate representation of color #993087: hue angle of 310.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993087 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 135 -
CMYK 0 0.69 0.12 0.4
HSL 310.29º 0.52% 0.39% -
HSV(B) 310.29º 0.69% 0.6% -
XYZ 18.57 10.64 24 -
YUV 89.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 153 48 135 0 0.69 0.12 0.4 310.29 0.52 0.39
Hex 99 30 87 0 45 C 28 136 34 27
Octal 231 60 207 0 105 14 50 466 64 47
Binary 10011001 110000 10000111 0 1000101 1100 101000 100110110 110100 100111

Color Harmonies of #993087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993087

Black with #993087

Text Example


Text Example

White with #993087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993087; }

 p { color: rgb(153,48,135); }

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

background-color css

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

 a { background-color: rgb(153,48,135); }

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

border-color css

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

 span { border-color: rgb(153,48,135); }

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