Html Css Color HEX #996191 Violet Blue

📋 copy color: '#996191'

red 153 ◦ green 97 ◦ blue 145

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

Shades of Violet Blue #996191

Tints of Violet Blue #996191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 145 (57.03% from 255) = 36.71%

R = 38.73%
G = 24.56%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996191 (or 0x996191) is known color: Violet Blue. HEX triplet: 99, 61 and 91. RGB value is (153,97,145). Sum of RGB (Red+Green+Blue) = 153+97+145=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #996191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996191 is #669E6E. Grayscale: #777777. Windows color (decimal): -6725231 or 9527705. OLE color: 9527705.

HSL color Cylindrical-coordinate representation of color #996191: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996191 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 145 -
CMYK 0 0.37 0.05 0.4
HSL 308.57º 0.22% 0.49% -
HSV(B) 308.57º 0.37% 0.6% -
XYZ 22.52 17.37 28.95 -
YUV 119.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 153 97 145 0 0.37 0.05 0.4 308.57 0.22 0.49
Hex 99 61 91 0 25 5 28 135 16 31
Octal 231 141 221 0 45 5 50 465 26 61
Binary 10011001 1100001 10010001 0 100101 101 101000 100110101 10110 110001

Color Harmonies of #996191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996191

Black with #996191

Text Example


Text Example

White with #996191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996191; }

 p { color: rgb(153,97,145); }

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

background-color css

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

 a { background-color: rgb(153,97,145); }

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

border-color css

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

 span { border-color: rgb(153,97,145); }

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