Html Css Color HEX #994698 Violet Blue

📋 copy color: '#994698'

red 153 ◦ green 70 ◦ blue 152

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

Shades of Violet Blue #994698

Tints of Violet Blue #994698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 40.8%
G = 18.67%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#994698 (or 0x994698) is known color: Violet Blue. HEX triplet: 99, 46 and 98. RGB value is (153,70,152). Sum of RGB (Red+Green+Blue) = 153+70+152=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #994698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994698 is #66B967. Grayscale: #676767. Windows color (decimal): -6732136 or 9979545. OLE color: 9979545.

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

Color convert

RGB 153 70 152 -
CMYK 0 0.54 0.01 0.4
HSL 300.72º 0.37% 0.44% -
HSV(B) 300.72º 0.54% 0.6% -
XYZ 20.99 13.42 31.19 -
YUV 104.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 153 70 152 0 0.54 0.01 0.4 300.72 0.37 0.44
Hex 99 46 98 0 36 1 28 12D 25 2C
Octal 231 106 230 0 66 1 50 455 45 54
Binary 10011001 1000110 10011000 0 110110 1 101000 100101101 100101 101100

Color Harmonies of #994698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994698

Black with #994698

Text Example


Text Example

White with #994698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994698; }

 p { color: rgb(153,70,152); }

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

background-color css

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

 a { background-color: rgb(153,70,152); }

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

border-color css

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

 span { border-color: rgb(153,70,152); }

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