Html Css Color HEX #996F93 Violet Blue

📋 copy color: '#996F93'

red 153 ◦ green 111 ◦ blue 147

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

Shades of Violet Blue #996F93

Tints of Violet Blue #996F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

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

R = 37.23%
G = 27.01%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#996F93 (or 0x996F93) is known color: Violet Blue. HEX triplet: 99, 6F and 93. RGB value is (153,111,147). Sum of RGB (Red+Green+Blue) = 153+111+147=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #996F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F93 is #66906C. Grayscale: #7F7F7F. Windows color (decimal): -6721645 or 9662361. OLE color: 9662361.

HSL color Cylindrical-coordinate representation of color #996F93: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F93 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 147 -
CMYK 0 0.27 0.04 0.4
HSL 308.57º 0.17% 0.52% -
HSV(B) 308.57º 0.27% 0.6% -
XYZ 24.09 20.25 30.24 -
YUV 127.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 153 111 147 0 0.27 0.04 0.4 308.57 0.17 0.52
Hex 99 6F 93 0 1B 4 28 135 11 34
Octal 231 157 223 0 33 4 50 465 21 64
Binary 10011001 1101111 10010011 0 11011 100 101000 100110101 10001 110100

Color Harmonies of #996F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F93

Black with #996F93

Text Example


Text Example

White with #996F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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