Html Css Color HEX #993890 Vivid Violet

📋 copy color: '#993890'

red 153 ◦ green 56 ◦ blue 144

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

Shades of Vivid Violet #993890

Tints of Vivid Violet #993890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 43.34%
G = 15.86%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#993890 (or 0x993890) is known color: Vivid Violet. HEX triplet: 99, 38 and 90. RGB value is (153,56,144). Sum of RGB (Red+Green+Blue) = 153+56+144=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #993890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993890 is #66C76F. Grayscale: #5E5E5E. Windows color (decimal): -6735728 or 9451673. OLE color: 9451673.

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

Color convert

RGB 153 56 144 -
CMYK 0 0.63 0.06 0.4
HSL 305.57º 0.46% 0.41% -
HSV(B) 305.57º 0.63% 0.6% -
XYZ 19.59 11.61 27.6 -
YUV 95.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 153 56 144 0 0.63 0.06 0.4 305.57 0.46 0.41
Hex 99 38 90 0 3F 6 28 132 2E 29
Octal 231 70 220 0 77 6 50 462 56 51
Binary 10011001 111000 10010000 0 111111 110 101000 100110010 101110 101001

Color Harmonies of #993890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993890

Black with #993890

Text Example


Text Example

White with #993890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993890; }

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

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

background-color css

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

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

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

border-color css

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

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

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