Html Css Color HEX #994392 Violet Blue

📋 copy color: '#994392'

red 153 ◦ green 67 ◦ blue 146

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

Shades of Violet Blue #994392

Tints of Violet Blue #994392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.31%

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

R = 41.8%
G = 18.31%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#994392 (or 0x994392) is known color: Violet Blue. HEX triplet: 99, 43 and 92. RGB value is (153,67,146). Sum of RGB (Red+Green+Blue) = 153+67+146=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #994392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994392 is #66BC6D. Grayscale: #656565. Windows color (decimal): -6732910 or 9585561. OLE color: 9585561.

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

Color convert

RGB 153 67 146 -
CMYK 0 0.56 0.05 0.4
HSL 304.88º 0.39% 0.43% -
HSV(B) 304.88º 0.56% 0.6% -
XYZ 20.33 12.86 28.61 -
YUV 101.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 153 67 146 0 0.56 0.05 0.4 304.88 0.39 0.43
Hex 99 43 92 0 38 5 28 131 27 2B
Octal 231 103 222 0 70 5 50 461 47 53
Binary 10011001 1000011 10010010 0 111000 101 101000 100110001 100111 101011

Color Harmonies of #994392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994392

Black with #994392

Text Example


Text Example

White with #994392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994392; }

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

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

background-color css

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

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

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

border-color css

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

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

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