#965C8F

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

Shades of Violet Blue #965C8F

Tints of Violet Blue #965C8F

Color information

#965C8F (or 0x965C8F) is unknown color: approx Violet Blue. HEX triplet: 96, 5C and 8F. RGB value is (150,92,143). Sum of RGB (Red+Green+Blue) = 150+92+143=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #965C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C8F is #69A370. Grayscale: #737373. Windows color (decimal): -6923121 or 9395350. OLE color: 9395350.

HSL color Cylindrical-coordinate representation of color #965C8F: hue angle of 307.24º 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 #965C8F is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15092143-
CMYK00.390.050.41
HSL307.24º23.97%47.45%-
HSV(B)307.24º38.67%58.82%-
XYZ21.3616.1227.97-
YUV115.16143.72152.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=38.96%
G=23.90%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509214300.390.050.41307.2423.9747.45
Hex965C8F027529133182f
Octal2261342170475514633057
Binary10010110101110010001111010011110110100110011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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