Html Css Color HEX #994590 Violet Blue

📋 copy color: '#994590'

red 153 ◦ green 69 ◦ blue 144

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

Shades of Violet Blue #994590

Tints of Violet Blue #994590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.85%

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

R = 41.8%
G = 18.85%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#994590 (or 0x994590) is known color: Violet Blue. HEX triplet: 99, 45 and 90. RGB value is (153,69,144). Sum of RGB (Red+Green+Blue) = 153+69+144=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #994590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994590 is #66BA6F. Grayscale: #666666. Windows color (decimal): -6732400 or 9455001. OLE color: 9455001.

HSL color Cylindrical-coordinate representation of color #994590: hue angle of 306.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994590 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 144 -
CMYK 0 0.55 0.06 0.4
HSL 306.43º 0.38% 0.44% -
HSV(B) 306.43º 0.55% 0.6% -
XYZ 20.3 13.04 27.83 -
YUV 102.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 153 69 144 0 0.55 0.06 0.4 306.43 0.38 0.44
Hex 99 45 90 0 37 6 28 132 26 2C
Octal 231 105 220 0 67 6 50 462 46 54
Binary 10011001 1000101 10010000 0 110111 110 101000 100110010 100110 101100

Color Harmonies of #994590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994590

Black with #994590

Text Example


Text Example

White with #994590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994590; }

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

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

background-color css

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

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

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

border-color css

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

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

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