Html Css Color HEX #994990 Violet Blue

📋 copy color: '#994990'

red 153 ◦ green 73 ◦ blue 144

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

Shades of Violet Blue #994990

Tints of Violet Blue #994990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

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

R = 41.35%
G = 19.73%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#994990 (or 0x994990) is known color: Violet Blue. HEX triplet: 99, 49 and 90. RGB value is (153,73,144). Sum of RGB (Red+Green+Blue) = 153+73+144=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #994990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994990 is #66B66F. Grayscale: #686868. Windows color (decimal): -6731376 or 9456025. OLE color: 9456025.

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

Color convert

RGB 153 73 144 -
CMYK 0 0.52 0.06 0.4
HSL 306.75º 0.35% 0.44% -
HSV(B) 306.75º 0.52% 0.6% -
XYZ 20.55 13.55 27.92 -
YUV 105.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 153 73 144 0 0.52 0.06 0.4 306.75 0.35 0.44
Hex 99 49 90 0 34 6 28 133 23 2C
Octal 231 111 220 0 64 6 50 463 43 54
Binary 10011001 1001001 10010000 0 110100 110 101000 100110011 100011 101100

Color Harmonies of #994990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994990

Black with #994990

Text Example


Text Example

White with #994990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994990; }

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

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

background-color css

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

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

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

border-color css

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

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

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