Html Css Color HEX #996994 Violet Blue

📋 copy color: '#996994'

red 153 ◦ green 105 ◦ blue 148

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

Shades of Violet Blue #996994

Tints of Violet Blue #996994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 37.68%
G = 25.86%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996994 (or 0x996994) is known color: Violet Blue. HEX triplet: 99, 69 and 94. RGB value is (153,105,148). Sum of RGB (Red+Green+Blue) = 153+105+148=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #996994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996994 is #66966B. Grayscale: #7C7C7C. Windows color (decimal): -6723180 or 9726361. OLE color: 9726361.

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

Color convert

RGB 153 105 148 -
CMYK 0 0.31 0.03 0.4
HSL 306.25º 0.19% 0.51% -
HSV(B) 306.25º 0.31% 0.6% -
XYZ 23.53 19.01 30.45 -
YUV 124.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 153 105 148 0 0.31 0.03 0.4 306.25 0.19 0.51
Hex 99 69 94 0 1F 3 28 132 13 33
Octal 231 151 224 0 37 3 50 462 23 63
Binary 10011001 1101001 10010100 0 11111 11 101000 100110010 10011 110011

Color Harmonies of #996994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996994

Black with #996994

Text Example


Text Example

White with #996994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996994; }

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

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

background-color css

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

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

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

border-color css

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

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

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