Html Css Color HEX #996991 Violet Blue

📋 copy color: '#996991'

red 153 ◦ green 105 ◦ blue 145

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

Shades of Violet Blue #996991

Tints of Violet Blue #996991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

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

R = 37.97%
G = 26.05%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996991 (or 0x996991) is known color: Violet Blue. HEX triplet: 99, 69 and 91. RGB value is (153,105,145). Sum of RGB (Red+Green+Blue) = 153+105+145=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996991 is #66966E. Grayscale: #7B7B7B. Windows color (decimal): -6723183 or 9529753. OLE color: 9529753.

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

Color convert

RGB 153 105 145 -
CMYK 0 0.31 0.05 0.4
HSL 310º 0.19% 0.51% -
HSV(B) 310º 0.31% 0.6% -
XYZ 23.3 18.92 29.21 -
YUV 123.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 153 105 145 0 0.31 0.05 0.4 310 0.19 0.51
Hex 99 69 91 0 1F 5 28 136 13 33
Octal 231 151 221 0 37 5 50 466 23 63
Binary 10011001 1101001 10010001 0 11111 101 101000 100110110 10011 110011

Color Harmonies of #996991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996991

Black with #996991

Text Example


Text Example

White with #996991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996991; }

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

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

background-color css

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

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

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

border-color css

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

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

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