Html Css Color HEX #996D94 Violet Blue

📋 copy color: '#996D94'

red 153 ◦ green 109 ◦ blue 148

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

Shades of Violet Blue #996D94

Tints of Violet Blue #996D94

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

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

R = 37.32%
G = 26.59%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996D94 (or 0x996D94) is known color: Violet Blue. HEX triplet: 99, 6D and 94. RGB value is (153,109,148). Sum of RGB (Red+Green+Blue) = 153+109+148=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #996D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D94 is #66926B. Grayscale: #7E7E7E. Windows color (decimal): -6722156 or 9727385. OLE color: 9727385.

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

Color convert

RGB 153 109 148 -
CMYK 0 0.29 0.03 0.4
HSL 306.82º 0.18% 0.51% -
HSV(B) 306.82º 0.29% 0.6% -
XYZ 23.95 19.85 30.59 -
YUV 126.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 153 109 148 0 0.29 0.03 0.4 306.82 0.18 0.51
Hex 99 6D 94 0 1D 3 28 133 12 33
Octal 231 155 224 0 35 3 50 463 22 63
Binary 10011001 1101101 10010100 0 11101 11 101000 100110011 10010 110011

Color Harmonies of #996D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D94

Black with #996D94

Text Example


Text Example

White with #996D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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