Html Css Color HEX #994490 Violet Blue

📋 copy color: '#994490'

red 153 ◦ green 68 ◦ blue 144

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

Shades of Violet Blue #994490

Tints of Violet Blue #994490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 41.92%
G = 18.63%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#994490 (or 0x994490) is known color: Violet Blue. HEX triplet: 99, 44 and 90. RGB value is (153,68,144). Sum of RGB (Red+Green+Blue) = 153+68+144=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994490 is #66BB6F. Grayscale: #656565. Windows color (decimal): -6732656 or 9454745. OLE color: 9454745.

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

Color convert

RGB 153 68 144 -
CMYK 0 0.56 0.06 0.4
HSL 306.35º 0.38% 0.43% -
HSV(B) 306.35º 0.56% 0.6% -
XYZ 20.24 12.92 27.81 -
YUV 102.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 153 68 144 0 0.56 0.06 0.4 306.35 0.38 0.43
Hex 99 44 90 0 38 6 28 132 26 2B
Octal 231 104 220 0 70 6 50 462 46 53
Binary 10011001 1000100 10010000 0 111000 110 101000 100110010 100110 101011

Color Harmonies of #994490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994490

Black with #994490

Text Example


Text Example

White with #994490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994490; }

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

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

background-color css

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

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

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

border-color css

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

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

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