#965C92

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

Shades of Violet Blue #965C92

Tints of Violet Blue #965C92

Color information

#965C92 (or 0x965C92) is unknown color: approx Violet Blue. HEX triplet: 96, 5C and 92. RGB value is (150,92,146). Sum of RGB (Red+Green+Blue) = 150+92+146=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #965C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C92 is #69A36D. Grayscale: #737373. Windows color (decimal): -6923118 or 9591958. OLE color: 9591958.

HSL color Cylindrical-coordinate representation of color #965C92: hue angle of 304.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965C92 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15092146-
CMYK00.390.030.41
HSL304.14º23.97%47.45%-
HSV(B)304.14º38.67%58.82%-
XYZ21.5916.2129.19-
YUV115.5145.22152.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=38.66%
G=23.71%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509214600.390.030.41304.1423.9747.45
Hex965C92027329130182f
Octal2261342220473514603057
Binary1001011010111001001001001001111110100110011000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965C92; }

 p { color: rgb(150,92,146); }

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

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

 a { background-color: rgb(150,92,146); }

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

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

 span { border-color: rgb(150,92,146); }

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