#964AED

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

Shades of Blue Violet #964AED

Tints of Blue Violet #964AED

Color information

#964AED (or 0x964AED) is unknown color: approx Blue Violet. HEX triplet: 96, 4A and ED. RGB value is (150,74,237). Sum of RGB (Red+Green+Blue) = 150+74+237=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #964AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964AED is #69B512. Grayscale: #727272. Windows color (decimal): -6927635 or 15551126. OLE color: 15551126.

HSL color Cylindrical-coordinate representation of color #964AED: hue angle of 267.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964AED is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15074237-
CMYK0.370.6900.07
HSL267.98º81.91%60.98%-
HSV(B)267.98º68.78%92.94%-
XYZ30.3117.581.9-
YUV115.31196.68152.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 74 (29.30% from 255) = 16.05%
BLUE value IS 237 (92.97% from 255) = 51.41%
R=32.54%
G=16.05%
B=51.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal150742370.370.6900.07267.9881.9160.98
Hex964AED25450710c523d
Octal226112355451050741412275
Binary10010110100101011101101100101100010101111000011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964AED; }

 p { color: rgb(150,74,237); }

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

<style>
 a { background-color: #964AED; }

 a { background-color: rgb(150,74,237); }

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

<style>
 span { border-color: #964AED; }

 span { border-color: rgb(150,74,237); }

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