Html Css Color HEX #994992 Violet Blue

📋 copy color: '#994992'

red 153 ◦ green 73 ◦ blue 146

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

Shades of Violet Blue #994992

Tints of Violet Blue #994992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 41.13%
G = 19.62%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#994992 (or 0x994992) is known color: Violet Blue. HEX triplet: 99, 49 and 92. RGB value is (153,73,146). Sum of RGB (Red+Green+Blue) = 153+73+146=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #994992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994992 is #66B66D. Grayscale: #696969. Windows color (decimal): -6731374 or 9587097. OLE color: 9587097.

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

Color convert

RGB 153 73 146 -
CMYK 0 0.52 0.05 0.4
HSL 305.25º 0.35% 0.44% -
HSV(B) 305.25º 0.52% 0.6% -
XYZ 20.71 13.61 28.73 -
YUV 105.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 153 73 146 0 0.52 0.05 0.4 305.25 0.35 0.44
Hex 99 49 92 0 34 5 28 131 23 2C
Octal 231 111 222 0 64 5 50 461 43 54
Binary 10011001 1001001 10010010 0 110100 101 101000 100110001 100011 101100

Color Harmonies of #994992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994992

Black with #994992

Text Example


Text Example

White with #994992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994992; }

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

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

background-color css

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

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

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

border-color css

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

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

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