#965F9D

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

Shades of Violet Blue #965F9D

Tints of Violet Blue #965F9D

Color information

#965F9D (or 0x965F9D) is unknown color: approx Violet Blue. HEX triplet: 96, 5F and 9D. RGB value is (150,95,157). Sum of RGB (Red+Green+Blue) = 150+95+157=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #965F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F9D is #69A062. Grayscale: #767676. Windows color (decimal): -6922339 or 10313622. OLE color: 10313622.

HSL color Cylindrical-coordinate representation of color #965F9D: hue angle of 293.23º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965F9D is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15095157-
CMYK0.040.3900.38
HSL293.23º24.6%49.41%-
HSV(B)293.23º39.49%61.57%-
XYZ22.7617.134-
YUV118.51149.72150.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=37.31%
G=23.63%
B=39.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150951570.040.3900.38293.2324.649.41
Hex965F9D4270261251931
Octal2261372354470464453161
Binary10010110101111110011101100100111010011010010010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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