#963FF7

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

Shades of Blue Violet #963FF7

Tints of Blue Violet #963FF7

Color information

#963FF7 (or 0x963FF7) is unknown color: approx Blue Violet. HEX triplet: 96, 3F and F7. RGB value is (150,63,247). Sum of RGB (Red+Green+Blue) = 150+63+247=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #963FF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FF7 is #69C008. Grayscale: #6D6D6D. Windows color (decimal): -6930441 or 16203670. OLE color: 16203670.

HSL color Cylindrical-coordinate representation of color #963FF7: hue angle of 268.37º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963FF7 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15063247-
CMYK0.390.7400.03
HSL268.37º92%60.78%-
HSV(B)268.37º74.49%96.86%-
XYZ31.1416.7589.59-
YUV109.99205.32156.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 63 (25% from 255) = 13.70%
BLUE value IS 247 (96.88% from 255) = 53.70%
R=32.61%
G=13.70%
B=53.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150632470.390.7400.03268.379260.78
Hex963FF7274A0310c5c3d
Octal22677367471120341413475
Binary100101101111111111011110011110010100111000011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963FF7; }

 p { color: rgb(150,63,247); }

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

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

 a { background-color: rgb(150,63,247); }

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

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

 span { border-color: rgb(150,63,247); }

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