#967299

Color #967299 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #967299

Tints of Violet Blue #967299

Color information

#967299 (or 0x967299) is unknown color: approx Violet Blue. HEX triplet: 96, 72 and 99. RGB value is (150,114,153). Sum of RGB (Red+Green+Blue) = 150+114+153=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #967299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967299 is #698D66. Grayscale: #818181. Windows color (decimal): -6917479 or 10056342. OLE color: 10056342.

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

Color convert

RGB150114153-
CMYK0.020.2500.4
HSL295.38º16.05%52.35%-
HSV(B)295.38º25.49%60%-
XYZ24.3420.8232.87-
YUV129.21141.43142.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=35.97%
G=27.34%
B=36.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501141530.020.2500.4295.3816.0552.35
Hex9672992190281271034
Octal2261622312310504472064
Binary100101101110010100110011011001010100010010011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967299; }

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

 H1.HeaderClassName
 {
   color: #967299;
 }
 .AnyTagClassName
 {
   color: #967299;
 }
</style>
background-color css

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

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

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

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

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

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