Html Css Color HEX #996A94 Violet Blue

📋 copy color: '#996A94'

red 153 ◦ green 106 ◦ blue 148

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

Shades of Violet Blue #996A94

Tints of Violet Blue #996A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

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

R = 37.59%
G = 26.04%
B = 36.36%

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

#996A94 (or 0x996A94) is known color: Violet Blue. HEX triplet: 99, 6A and 94. RGB value is (153,106,148). Sum of RGB (Red+Green+Blue) = 153+106+148=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A94 is #66956B. Grayscale: #7C7C7C. Windows color (decimal): -6722924 or 9726617. OLE color: 9726617.

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

Color convert

RGB 153 106 148 -
CMYK 0 0.31 0.03 0.4
HSL 306.38º 0.19% 0.51% -
HSV(B) 306.38º 0.31% 0.6% -
XYZ 23.64 19.22 30.48 -
YUV 124.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 153 106 148 0 0.31 0.03 0.4 306.38 0.19 0.51
Hex 99 6A 94 0 1F 3 28 132 13 33
Octal 231 152 224 0 37 3 50 462 23 63
Binary 10011001 1101010 10010100 0 11111 11 101000 100110010 10011 110011

Color Harmonies of #996A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A94

Black with #996A94

Text Example


Text Example

White with #996A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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