#954BEF

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

Shades of Blue Violet #954BEF

Tints of Blue Violet #954BEF

Color information

#954BEF (or 0x954BEF) is unknown color: approx Blue Violet. HEX triplet: 95, 4B and EF. RGB value is (149,75,239). Sum of RGB (Red+Green+Blue) = 149+75+239=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #954BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BEF is #6AB410. Grayscale: #737373. Windows color (decimal): -6992913 or 15682453. OLE color: 15682453.

HSL color Cylindrical-coordinate representation of color #954BEF: hue angle of 267.07º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #954BEF is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14975239-
CMYK0.380.6900.06
HSL267.07º83.67%61.57%-
HSV(B)267.07º68.62%93.73%-
XYZ30.4917.6583.46-
YUV115.82197.52151.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 239 (93.75% from 255) = 51.62%
R=32.18%
G=16.20%
B=51.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149752390.380.6900.06267.0783.6761.57
Hex954BEF26450610b543e
Octal225113357461050641312476
Binary10010101100101111101111100110100010101101000010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954BEF; }

 p { color: rgb(149,75,239); }

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

<style>
 a { background-color: #954BEF; }

 a { background-color: rgb(149,75,239); }

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

<style>
 span { border-color: #954BEF; }

 span { border-color: rgb(149,75,239); }

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