Html Css Color HEX #996A92 Violet Blue

📋 copy color: '#996A92'

red 153 ◦ green 106 ◦ blue 146

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

Shades of Violet Blue #996A92

Tints of Violet Blue #996A92

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 37.78%
G = 26.17%
B = 36.05%

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

#996A92 (or 0x996A92) is known color: Violet Blue. HEX triplet: 99, 6A and 92. RGB value is (153,106,146). Sum of RGB (Red+Green+Blue) = 153+106+146=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A92 is #66956D. Grayscale: #7C7C7C. Windows color (decimal): -6722926 or 9595545. OLE color: 9595545.

HSL color Cylindrical-coordinate representation of color #996A92: hue angle of 308.94º 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 #996A92 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 146 -
CMYK 0 0.31 0.05 0.4
HSL 308.94º 0.19% 0.51% -
HSV(B) 308.94º 0.31% 0.6% -
XYZ 23.48 19.16 29.65 -
YUV 124.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 153 106 146 0 0.31 0.05 0.4 308.94 0.19 0.51
Hex 99 6A 92 0 1F 5 28 135 13 33
Octal 231 152 222 0 37 5 50 465 23 63
Binary 10011001 1101010 10010010 0 11111 101 101000 100110101 10011 110011

Color Harmonies of #996A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A92

Black with #996A92

Text Example


Text Example

White with #996A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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