#967398

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

Shades of Violet Blue #967398

Tints of Violet Blue #967398

Color information

#967398 (or 0x967398) is unknown color: approx Violet Blue. HEX triplet: 96, 73 and 98. RGB value is (150,115,152). Sum of RGB (Red+Green+Blue) = 150+115+152=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #967398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967398 is #698C67. Grayscale: #818181. Windows color (decimal): -6917224 or 9991062. OLE color: 9991062.

HSL color Cylindrical-coordinate representation of color #967398: hue angle of 296.76º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #967398 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB150115152-
CMYK0.010.2400.40
HSL296.76º15.23%52.35%-
HSV(B)296.76º24.34%59.61%-
XYZ24.3821.0132.48-
YUV129.68140.6142.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=35.97%
G=27.58%
B=36.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501151520.010.2400.40296.7615.2352.35
Hex967398118028129f34
Octal2261632301300504511764
Binary1001011011100111001100011100001010001001010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967398; }

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

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

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

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

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

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

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

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