Html Css Color HEX #996794 Violet Blue

📋 copy color: '#996794'

red 153 ◦ green 103 ◦ blue 148

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

Shades of Violet Blue #996794

Tints of Violet Blue #996794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 37.87%
G = 25.5%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996794 (or 0x996794) is known color: Violet Blue. HEX triplet: 99, 67 and 94. RGB value is (153,103,148). Sum of RGB (Red+Green+Blue) = 153+103+148=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996794 is #66986B. Grayscale: #7A7A7A. Windows color (decimal): -6723692 or 9725849. OLE color: 9725849.

HSL color Cylindrical-coordinate representation of color #996794: hue angle of 306º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996794 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 148 -
CMYK 0 0.33 0.03 0.4
HSL 306º 0.2% 0.5% -
HSV(B) 306º 0.33% 0.6% -
XYZ 23.33 18.61 30.38 -
YUV 123.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 153 103 148 0 0.33 0.03 0.4 306 0.2 0.5
Hex 99 67 94 0 21 3 28 132 14 32
Octal 231 147 224 0 41 3 50 462 24 62
Binary 10011001 1100111 10010100 0 100001 11 101000 100110010 10100 110010

Color Harmonies of #996794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996794

Black with #996794

Text Example


Text Example

White with #996794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996794; }

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

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

background-color css

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

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

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

border-color css

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

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

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