#965F94

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

Shades of Violet Blue #965F94

Tints of Violet Blue #965F94

Color information

#965F94 (or 0x965F94) is unknown color: approx Violet Blue. HEX triplet: 96, 5F and 94. RGB value is (150,95,148). Sum of RGB (Red+Green+Blue) = 150+95+148=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #965F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F94 is #69A06B. Grayscale: #757575. Windows color (decimal): -6922348 or 9723798. OLE color: 9723798.

HSL color Cylindrical-coordinate representation of color #965F94: hue angle of 302.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F94 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15095148-
CMYK00.370.010.41
HSL302.18º22.45%48.04%-
HSV(B)302.18º36.67%58.82%-
XYZ22.0216.8130.1-
YUV117.49145.22151.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=38.17%
G=24.17%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509514800.370.010.41302.1822.4548.04
Hex965F9402512912e1630
Octal2261372240451514562660
Binary100101101011111100101000100101110100110010111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,95,148); }

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

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

 a { background-color: rgb(150,95,148); }

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

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

 span { border-color: rgb(150,95,148); }

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