#964eea

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

Shades of Blue Violet #964EEA

Tints of Blue Violet #964EEA

Color information

#964EEA (or 0x964EEA) is unknown color: approx Blue Violet. HEX triplet: 96, 4E and EA. RGB value is (150,78,234). Sum of RGB (Red+Green+Blue) = 150+78+234=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #964EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964EEA is #69B115. Grayscale: #747474. Windows color (decimal): -6926614 or 15355542. OLE color: 15355542.

HSL color Cylindrical-coordinate representation of color #964EEA: hue angle of 267.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964EEA is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15078234-
CMYK0.360.6700.08
HSL267.69º78.79%61.18%-
HSV(B)267.69º66.67%91.76%-
XYZ30.1517.8779.7-
YUV117.31193.85151.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 78 (30.86% from 255) = 16.88%
BLUE value IS 234 (91.80% from 255) = 50.65%
R=32.47%
G=16.88%
B=50.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal150782340.360.6700.08267.6978.7961.18
Hex964EEA24430810c4f3d
Octal2261163524410301041411775
Binary100101101001110111010101001001000011010001000011001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,78,234); }

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

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

 a { background-color: rgb(150,78,234); }

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

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

 span { border-color: rgb(150,78,234); }

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