Html Css Color HEX #996091 Violet Blue

📋 copy color: '#996091'

red 153 ◦ green 96 ◦ blue 145

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

Shades of Violet Blue #996091

Tints of Violet Blue #996091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

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

R = 38.83%
G = 24.37%
B = 36.8%

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

#996091 (or 0x996091) is known color: Violet Blue. HEX triplet: 99, 60 and 91. RGB value is (153,96,145). Sum of RGB (Red+Green+Blue) = 153+96+145=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #996091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996091 is #669F6E. Grayscale: #767676. Windows color (decimal): -6725487 or 9527449. OLE color: 9527449.

HSL color Cylindrical-coordinate representation of color #996091: hue angle of 308.42º degrees, saturation: 0.23, 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 #996091 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 145 -
CMYK 0 0.37 0.05 0.4
HSL 308.42º 0.23% 0.49% -
HSV(B) 308.42º 0.37% 0.6% -
XYZ 22.43 17.18 28.92 -
YUV 118.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 153 96 145 0 0.37 0.05 0.4 308.42 0.23 0.49
Hex 99 60 91 0 25 5 28 134 17 31
Octal 231 140 221 0 45 5 50 464 27 61
Binary 10011001 1100000 10010001 0 100101 101 101000 100110100 10111 110001

Color Harmonies of #996091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996091

Black with #996091

Text Example


Text Example

White with #996091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996091; }

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

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

background-color css

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

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

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

border-color css

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

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

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