Html Css Color HEX #993490 Vivid Violet

📋 copy color: '#993490'

red 153 ◦ green 52 ◦ blue 144

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

Shades of Vivid Violet #993490

Tints of Vivid Violet #993490

RGB

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

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

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

R = 43.84%
G = 14.9%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#993490 (or 0x993490) is known color: Vivid Violet. HEX triplet: 99, 34 and 90. RGB value is (153,52,144). Sum of RGB (Red+Green+Blue) = 153+52+144=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #993490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993490 is #66CB6F. Grayscale: #5C5C5C. Windows color (decimal): -6736752 or 9450649. OLE color: 9450649.

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

Color convert

RGB 153 52 144 -
CMYK 0 0.66 0.06 0.4
HSL 305.35º 0.49% 0.4% -
HSV(B) 305.35º 0.66% 0.6% -
XYZ 19.4 11.24 27.53 -
YUV 92.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 153 52 144 0 0.66 0.06 0.4 305.35 0.49 0.4
Hex 99 34 90 0 42 6 28 131 31 28
Octal 231 64 220 0 102 6 50 461 61 50
Binary 10011001 110100 10010000 0 1000010 110 101000 100110001 110001 101000

Color Harmonies of #993490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993490

Black with #993490

Text Example


Text Example

White with #993490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993490; }

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

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

background-color css

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

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

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

border-color css

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

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

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