#963AF9

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

Shades of Blue Violet #963AF9

Tints of Blue Violet #963AF9

Color information

#963AF9 (or 0x963AF9) is unknown color: approx Blue Violet. HEX triplet: 96, 3A and F9. RGB value is (150,58,249). Sum of RGB (Red+Green+Blue) = 150+58+249=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #963AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AF9 is #69C506. Grayscale: #6A6A6A. Windows color (decimal): -6931719 or 16333462. OLE color: 16333462.

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

Color convert

RGB15058249-
CMYK0.400.7700.02
HSL268.9º94.09%60.2%-
HSV(B)268.9º76.71%97.65%-
XYZ31.1916.3591.13-
YUV107.28207.98158.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 249 (97.66% from 255) = 54.49%
R=32.82%
G=12.69%
B=54.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150582490.400.7700.02268.994.0960.2
Hex963AF9284D0210d5e3c
Octal22672371501150241513674
Binary100101101110101111100110100010011010101000011011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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