Html Css Color HEX #996792 Violet Blue

📋 copy color: '#996792'

red 153 ◦ green 103 ◦ blue 146

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

Shades of Violet Blue #996792

Tints of Violet Blue #996792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

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

R = 38.06%
G = 25.62%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996792 (or 0x996792) is known color: Violet Blue. HEX triplet: 99, 67 and 92. RGB value is (153,103,146). Sum of RGB (Red+Green+Blue) = 153+103+146=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996792 is #66986D. Grayscale: #7A7A7A. Windows color (decimal): -6723694 or 9594777. OLE color: 9594777.

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

Color convert

RGB 153 103 146 -
CMYK 0 0.33 0.05 0.4
HSL 308.4º 0.2% 0.5% -
HSV(B) 308.4º 0.33% 0.6% -
XYZ 23.18 18.55 29.55 -
YUV 122.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 153 103 146 0 0.33 0.05 0.4 308.4 0.2 0.5
Hex 99 67 92 0 21 5 28 134 14 32
Octal 231 147 222 0 41 5 50 464 24 62
Binary 10011001 1100111 10010010 0 100001 101 101000 100110100 10100 110010

Color Harmonies of #996792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996792

Black with #996792

Text Example


Text Example

White with #996792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996792; }

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

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

background-color css

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

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

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

border-color css

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

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

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