Html Css Color HEX #996DA0 Violet Blue

📋 copy color: '#996DA0'

red 153 ◦ green 109 ◦ blue 160

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

Shades of Violet Blue #996DA0

Tints of Violet Blue #996DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 36.26%
G = 25.83%
B = 37.91%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#996DA0 (or 0x996DA0) is known color: Violet Blue. HEX triplet: 99, 6D and A0. RGB value is (153,109,160). Sum of RGB (Red+Green+Blue) = 153+109+160=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 160 - color contains mainly: blue. Hex color #996DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DA0 is #66925F. Grayscale: #7F7F7F. Windows color (decimal): -6722144 or 10513817. OLE color: 10513817.

HSL color Cylindrical-coordinate representation of color #996DA0: hue angle of 291.76º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996DA0 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 109 160 -
CMYK 0.04 0.32 0 0.37
HSL 291.76º 0.21% 0.53% -
HSV(B) 291.76º 0.32% 0.63% -
XYZ 24.95 20.25 35.85 -
YUV 127.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 153 109 160 0.04 0.32 0 0.37 291.76 0.21 0.53
Hex 99 6D A0 4 20 0 25 124 15 35
Octal 231 155 240 4 40 0 45 444 25 65
Binary 10011001 1101101 10100000 100 100000 0 100101 100100100 10101 110101

Color Harmonies of #996DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DA0

Black with #996DA0

Text Example


Text Example

White with #996DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996DA0; }

 p { color: rgb(153,109,160); }

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

background-color css

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

 a { background-color: rgb(153,109,160); }

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

border-color css

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

 span { border-color: rgb(153,109,160); }

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