#9614E9

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

Shades of Blue Violet #9614E9

Tints of Blue Violet #9614E9

Color information

#9614E9 (or 0x9614E9) is unknown color: approx Blue Violet. HEX triplet: 96, 14 and E9. RGB value is (150,20,233). Sum of RGB (Red+Green+Blue) = 150+20+233=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 233 (91.41% from 255 or 57.82% from 403); Max value from RGB is 233 - color contains mainly: blue. Hex color #9614E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9614E9 is #69EB16. Grayscale: #525252. Windows color (decimal): -6941463 or 15275158. OLE color: 15275158.

HSL color Cylindrical-coordinate representation of color #9614E9: hue angle of 276.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9614E9 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15020233-
CMYK0.360.9100.09
HSL276.62º84.19%49.61%-
HSV(B)276.62º91.42%91.37%-
XYZ27.5412.8778.12-
YUV83.15212.57175.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 20 (8.20% from 255) = 4.96%
BLUE value IS 233 (91.41% from 255) = 57.82%
R=37.22%
G=4.96%
B=57.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150202330.360.9100.09276.6284.1949.61
Hex9614E9245B091155432
Octal226243514413301142512462
Binary1001011010100111010011001001011011010011000101011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9614E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9614E9; }

 p { color: rgb(150,20,233); }

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

<style>
 a { background-color: #9614E9; }

 a { background-color: rgb(150,20,233); }

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

<style>
 span { border-color: #9614E9; }

 span { border-color: rgb(150,20,233); }

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