Html Css Color HEX #994292 Violet Blue

📋 copy color: '#994292'

red 153 ◦ green 66 ◦ blue 146

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

Shades of Violet Blue #994292

Tints of Violet Blue #994292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

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

R = 41.92%
G = 18.08%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#994292 (or 0x994292) is known color: Violet Blue. HEX triplet: 99, 42 and 92. RGB value is (153,66,146). Sum of RGB (Red+Green+Blue) = 153+66+146=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994292 is #66BD6D. Grayscale: #646464. Windows color (decimal): -6733166 or 9585305. OLE color: 9585305.

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

Color convert

RGB 153 66 146 -
CMYK 0 0.57 0.05 0.4
HSL 304.83º 0.4% 0.43% -
HSV(B) 304.83º 0.57% 0.6% -
XYZ 20.27 12.74 28.59 -
YUV 101.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 153 66 146 0 0.57 0.05 0.4 304.83 0.4 0.43
Hex 99 42 92 0 39 5 28 131 28 2B
Octal 231 102 222 0 71 5 50 461 50 53
Binary 10011001 1000010 10010010 0 111001 101 101000 100110001 101000 101011

Color Harmonies of #994292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994292

Black with #994292

Text Example


Text Example

White with #994292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994292; }

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

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

background-color css

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

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

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

border-color css

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

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

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