Html Css Color HEX #996190 Violet Blue

📋 copy color: '#996190'

red 153 ◦ green 97 ◦ blue 144

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

Shades of Violet Blue #996190

Tints of Violet Blue #996190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 38.83%
G = 24.62%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#996190 (or 0x996190) is known color: Violet Blue. HEX triplet: 99, 61 and 90. RGB value is (153,97,144). Sum of RGB (Red+Green+Blue) = 153+97+144=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #996190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996190 is #669E6F. Grayscale: #767676. Windows color (decimal): -6725232 or 9462169. OLE color: 9462169.

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

Color convert

RGB 153 97 144 -
CMYK 0 0.37 0.06 0.4
HSL 309.64º 0.22% 0.49% -
HSV(B) 309.64º 0.37% 0.6% -
XYZ 22.45 17.34 28.55 -
YUV 119.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 153 97 144 0 0.37 0.06 0.4 309.64 0.22 0.49
Hex 99 61 90 0 25 6 28 136 16 31
Octal 231 141 220 0 45 6 50 466 26 61
Binary 10011001 1100001 10010000 0 100101 110 101000 100110110 10110 110001

Color Harmonies of #996190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996190

Black with #996190

Text Example


Text Example

White with #996190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996190; }

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

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

background-color css

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

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

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

border-color css

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

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

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