#967298

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

Shades of Violet Blue #967298

Tints of Violet Blue #967298

Color information

#967298 (or 0x967298) is unknown color: approx Violet Blue. HEX triplet: 96, 72 and 98. RGB value is (150,114,152). Sum of RGB (Red+Green+Blue) = 150+114+152=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #967298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967298 is #698D67. Grayscale: #808080. Windows color (decimal): -6917480 or 9990806. OLE color: 9990806.

HSL color Cylindrical-coordinate representation of color #967298: hue angle of 296.84º 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 #967298 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB150114152-
CMYK0.010.2500.40
HSL296.84º15.57%52.16%-
HSV(B)296.84º25%59.61%-
XYZ24.2620.7932.44-
YUV129.1140.93142.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=36.06%
G=27.40%
B=36.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501141520.010.2500.40296.8415.5752.16
Hex9672981190281291034
Octal2261622301310504512064
Binary10010110111001010011000111001010100010010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967298; }

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

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

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

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

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

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

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

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