#954BEC

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

Shades of Blue Violet #954BEC

Tints of Blue Violet #954BEC

Color information

#954BEC (or 0x954BEC) is unknown color: approx Blue Violet. HEX triplet: 95, 4B and EC. RGB value is (149,75,236). Sum of RGB (Red+Green+Blue) = 149+75+236=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #954BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BEC is #6AB413. Grayscale: #727272. Windows color (decimal): -6992916 or 15485845. OLE color: 15485845.

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

Color convert

RGB14975236-
CMYK0.370.6800.07
HSL267.58º80.9%60.98%-
HSV(B)267.58º68.22%92.55%-
XYZ30.0517.4881.15-
YUV115.48196.02151.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 236 (92.58% from 255) = 51.30%
R=32.39%
G=16.30%
B=51.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149752360.370.6800.07267.5880.960.98
Hex954BEC25440710c513d
Octal225113354451040741412175
Binary10010101100101111101100100101100010001111000011001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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