Html Css Color HEX #996791 Violet Blue

📋 copy color: '#996791'

red 153 ◦ green 103 ◦ blue 145

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

Shades of Violet Blue #996791

Tints of Violet Blue #996791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

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

R = 38.15%
G = 25.69%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996791 (or 0x996791) is known color: Violet Blue. HEX triplet: 99, 67 and 91. RGB value is (153,103,145). Sum of RGB (Red+Green+Blue) = 153+103+145=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #996791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996791 is #66986E. Grayscale: #7A7A7A. Windows color (decimal): -6723695 or 9529241. OLE color: 9529241.

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

Color convert

RGB 153 103 145 -
CMYK 0 0.33 0.05 0.4
HSL 309.6º 0.2% 0.5% -
HSV(B) 309.6º 0.33% 0.6% -
XYZ 23.1 18.52 29.14 -
YUV 122.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 153 103 145 0 0.33 0.05 0.4 309.6 0.2 0.5
Hex 99 67 91 0 21 5 28 136 14 32
Octal 231 147 221 0 41 5 50 466 24 62
Binary 10011001 1100111 10010001 0 100001 101 101000 100110110 10100 110010

Color Harmonies of #996791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996791

Black with #996791

Text Example


Text Example

White with #996791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996791; }

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

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

background-color css

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

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

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

border-color css

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

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

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