Html Css Color HEX #996296 Violet Blue

📋 copy color: '#996296'

red 153 ◦ green 98 ◦ blue 150

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

Shades of Violet Blue #996296

Tints of Violet Blue #996296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 38.15%
G = 24.44%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#996296 (or 0x996296) is known color: Violet Blue. HEX triplet: 99, 62 and 96. RGB value is (153,98,150). Sum of RGB (Red+Green+Blue) = 153+98+150=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #996296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996296 is #669D69. Grayscale: #787878. Windows color (decimal): -6724970 or 9855641. OLE color: 9855641.

HSL color Cylindrical-coordinate representation of color #996296: hue angle of 303.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996296 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 150 -
CMYK 0 0.36 0.02 0.4
HSL 303.27º 0.22% 0.49% -
HSV(B) 303.27º 0.36% 0.6% -
XYZ 23.01 17.71 31.06 -
YUV 120.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 153 98 150 0 0.36 0.02 0.4 303.27 0.22 0.49
Hex 99 62 96 0 24 2 28 12F 16 31
Octal 231 142 226 0 44 2 50 457 26 61
Binary 10011001 1100010 10010110 0 100100 10 101000 100101111 10110 110001

Color Harmonies of #996296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996296

Black with #996296

Text Example


Text Example

White with #996296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996296; }

 p { color: rgb(153,98,150); }

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

background-color css

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

 a { background-color: rgb(153,98,150); }

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

border-color css

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

 span { border-color: rgb(153,98,150); }

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