Html Css Color HEX #994E90 Violet Blue

📋 copy color: '#994E90'

red 153 ◦ green 78 ◦ blue 144

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

Shades of Violet Blue #994E90

Tints of Violet Blue #994E90

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.8%

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

R = 40.8%
G = 20.8%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#994E90 (or 0x994E90) is known color: Violet Blue. HEX triplet: 99, 4E and 90. RGB value is (153,78,144). Sum of RGB (Red+Green+Blue) = 153+78+144=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #994E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E90 is #66B16F. Grayscale: #6B6B6B. Windows color (decimal): -6730096 or 9457305. OLE color: 9457305.

HSL color Cylindrical-coordinate representation of color #994E90: hue angle of 307.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E90 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 144 -
CMYK 0 0.49 0.06 0.4
HSL 307.2º 0.32% 0.45% -
HSV(B) 307.2º 0.49% 0.6% -
XYZ 20.9 14.23 28.03 -
YUV 107.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 153 78 144 0 0.49 0.06 0.4 307.2 0.32 0.45
Hex 99 4E 90 0 31 6 28 133 20 2D
Octal 231 116 220 0 61 6 50 463 40 55
Binary 10011001 1001110 10010000 0 110001 110 101000 100110011 100000 101101

Color Harmonies of #994E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E90

Black with #994E90

Text Example


Text Example

White with #994E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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