Html Css Color HEX #996D93 Violet Blue

📋 copy color: '#996D93'

red 153 ◦ green 109 ◦ blue 147

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

Shades of Violet Blue #996D93

Tints of Violet Blue #996D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 37.41%
G = 26.65%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#996D93 (or 0x996D93) is known color: Violet Blue. HEX triplet: 99, 6D and 93. RGB value is (153,109,147). Sum of RGB (Red+Green+Blue) = 153+109+147=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D93 is #66926C. Grayscale: #7E7E7E. Windows color (decimal): -6722157 or 9661849. OLE color: 9661849.

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

Color convert

RGB 153 109 147 -
CMYK 0 0.29 0.04 0.4
HSL 308.18º 0.18% 0.51% -
HSV(B) 308.18º 0.29% 0.6% -
XYZ 23.87 19.82 30.17 -
YUV 126.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 153 109 147 0 0.29 0.04 0.4 308.18 0.18 0.51
Hex 99 6D 93 0 1D 4 28 134 12 33
Octal 231 155 223 0 35 4 50 464 22 63
Binary 10011001 1101101 10010011 0 11101 100 101000 100110100 10010 110011

Color Harmonies of #996D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D93

Black with #996D93

Text Example


Text Example

White with #996D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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