Html Css Color HEX #996D9D Violet Blue

📋 copy color: '#996D9D'

red 153 ◦ green 109 ◦ blue 157

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

Shades of Violet Blue #996D9D

Tints of Violet Blue #996D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 36.52%
G = 26.01%
B = 37.47%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#996D9D (or 0x996D9D) is known color: Violet Blue. HEX triplet: 99, 6D and 9D. RGB value is (153,109,157). Sum of RGB (Red+Green+Blue) = 153+109+157=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #996D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D9D is #669262. Grayscale: #7F7F7F. Windows color (decimal): -6722147 or 10317209. OLE color: 10317209.

HSL color Cylindrical-coordinate representation of color #996D9D: hue angle of 295º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996D9D is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 109 157 -
CMYK 0.03 0.31 0 0.38
HSL 295º 0.2% 0.52% -
HSV(B) 295º 0.31% 0.62% -
XYZ 24.69 20.14 34.49 -
YUV 127.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 153 109 157 0.03 0.31 0 0.38 295 0.2 0.52
Hex 99 6D 9D 3 1F 0 26 127 14 34
Octal 231 155 235 3 37 0 46 447 24 64
Binary 10011001 1101101 10011101 11 11111 0 100110 100100111 10100 110100

Color Harmonies of #996D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D9D

Black with #996D9D

Text Example


Text Example

White with #996D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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