#963AFF

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

Shades of Blue Violet #963AFF

Tints of Blue Violet #963AFF

Color information

#963AFF (or 0x963AFF) is unknown color: approx Blue Violet. HEX triplet: 96, 3A and FF. RGB value is (150,58,255). Sum of RGB (Red+Green+Blue) = 150+58+255=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #963AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AFF is #69C500. Grayscale: #6B6B6B. Windows color (decimal): -6931713 or 16726678. OLE color: 16726678.

HSL color Cylindrical-coordinate representation of color #963AFF: hue angle of 268.02º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963AFF is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15058255-
CMYK0.410.7700
HSL268.02º100%61.37%-
HSV(B)268.02º77.25%100%-
XYZ32.1416.7396.14-
YUV107.97210.98157.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 58 (23.05% from 255) = 12.53%
BLUE value IS 255 (100% from 255) = 55.08%
R=32.40%
G=12.53%
B=55.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150582550.410.7700268.0210061.37
Hex963AFF294D0010c643d
Octal22672377511150041414475
Binary10010110111010111111111010011001101001000011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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