Html Css Color HEX #996992 Violet Blue

📋 copy color: '#996992'

red 153 ◦ green 105 ◦ blue 146

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

Shades of Violet Blue #996992

Tints of Violet Blue #996992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.99%

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 37.87%
G = 25.99%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996992 (or 0x996992) is known color: Violet Blue. HEX triplet: 99, 69 and 92. RGB value is (153,105,146). Sum of RGB (Red+Green+Blue) = 153+105+146=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996992 is #66966D. Grayscale: #7B7B7B. Windows color (decimal): -6723182 or 9595289. OLE color: 9595289.

HSL color Cylindrical-coordinate representation of color #996992: hue angle of 308.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996992 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 146 -
CMYK 0 0.31 0.05 0.4
HSL 308.75º 0.19% 0.51% -
HSV(B) 308.75º 0.31% 0.6% -
XYZ 23.38 18.95 29.62 -
YUV 124.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 153 105 146 0 0.31 0.05 0.4 308.75 0.19 0.51
Hex 99 69 92 0 1F 5 28 135 13 33
Octal 231 151 222 0 37 5 50 465 23 63
Binary 10011001 1101001 10010010 0 11111 101 101000 100110101 10011 110011

Color Harmonies of #996992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996992

Black with #996992

Text Example


Text Example

White with #996992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996992; }

 p { color: rgb(153,105,146); }

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

background-color css

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

 a { background-color: rgb(153,105,146); }

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

border-color css

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

 span { border-color: rgb(153,105,146); }

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