Html Css Color HEX #996096 Violet Blue

📋 copy color: '#996096'

red 153 ◦ green 96 ◦ blue 150

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

Shades of Violet Blue #996096

Tints of Violet Blue #996096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

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

R = 38.35%
G = 24.06%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#996096 (or 0x996096) is known color: Violet Blue. HEX triplet: 99, 60 and 96. RGB value is (153,96,150). Sum of RGB (Red+Green+Blue) = 153+96+150=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996096 is #669F69. Grayscale: #777777. Windows color (decimal): -6725482 or 9855129. OLE color: 9855129.

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

Color convert

RGB 153 96 150 -
CMYK 0 0.37 0.02 0.4
HSL 303.16º 0.23% 0.49% -
HSV(B) 303.16º 0.37% 0.6% -
XYZ 22.82 17.34 31 -
YUV 119.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 153 96 150 0 0.37 0.02 0.4 303.16 0.23 0.49
Hex 99 60 96 0 25 2 28 12F 17 31
Octal 231 140 226 0 45 2 50 457 27 61
Binary 10011001 1100000 10010110 0 100101 10 101000 100101111 10111 110001

Color Harmonies of #996096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996096

Black with #996096

Text Example


Text Example

White with #996096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996096; }

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

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

background-color css

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

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

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

border-color css

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

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

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