#963CF9

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

Shades of Blue Violet #963CF9

Tints of Blue Violet #963CF9

Color information

#963CF9 (or 0x963CF9) is unknown color: approx Blue Violet. HEX triplet: 96, 3C and F9. RGB value is (150,60,249). Sum of RGB (Red+Green+Blue) = 150+60+249=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #963CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CF9 is #69C306. Grayscale: #6B6B6B. Windows color (decimal): -6931207 or 16333974. OLE color: 16333974.

HSL color Cylindrical-coordinate representation of color #963CF9: hue angle of 268.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963CF9 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15060249-
CMYK0.400.7600.02
HSL268.57º94.03%60.59%-
HSV(B)268.57º75.9%97.65%-
XYZ31.2916.5691.17-
YUV108.46207.32157.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 60 (23.83% from 255) = 13.07%
BLUE value IS 249 (97.66% from 255) = 54.25%
R=32.68%
G=13.07%
B=54.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150602490.400.7600.02268.5794.0360.59
Hex963CF9284C0210d5e3d
Octal22674371501140241513675
Binary100101101111001111100110100010011000101000011011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,60,249); }

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

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

 a { background-color: rgb(150,60,249); }

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

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

 span { border-color: rgb(150,60,249); }

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