Html Css Color HEX #994694 Violet Blue

📋 copy color: '#994694'

red 153 ◦ green 70 ◦ blue 148

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

Shades of Violet Blue #994694

Tints of Violet Blue #994694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 41.24%
G = 18.87%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#994694 (or 0x994694) is known color: Violet Blue. HEX triplet: 99, 46 and 94. RGB value is (153,70,148). Sum of RGB (Red+Green+Blue) = 153+70+148=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994694 is #66B96B. Grayscale: #676767. Windows color (decimal): -6732140 or 9717401. OLE color: 9717401.

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

Color convert

RGB 153 70 148 -
CMYK 0 0.54 0.03 0.4
HSL 303.61º 0.37% 0.44% -
HSV(B) 303.61º 0.54% 0.6% -
XYZ 20.67 13.29 29.49 -
YUV 103.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 153 70 148 0 0.54 0.03 0.4 303.61 0.37 0.44
Hex 99 46 94 0 36 3 28 130 25 2C
Octal 231 106 224 0 66 3 50 460 45 54
Binary 10011001 1000110 10010100 0 110110 11 101000 100110000 100101 101100

Color Harmonies of #994694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994694

Black with #994694

Text Example


Text Example

White with #994694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994694; }

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

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

background-color css

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

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

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

border-color css

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

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

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