#954AEB

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

Shades of Blue Violet #954AEB

Tints of Blue Violet #954AEB

Color information

#954AEB (or 0x954AEB) is unknown color: approx Blue Violet. HEX triplet: 95, 4A and EB. RGB value is (149,74,235). Sum of RGB (Red+Green+Blue) = 149+74+235=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #954AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954AEB is #6AB514. Grayscale: #727272. Windows color (decimal): -6993173 or 15420053. OLE color: 15420053.

HSL color Cylindrical-coordinate representation of color #954AEB: hue angle of 267.95º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #954AEB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14974235-
CMYK0.370.6900.08
HSL267.95º80.1%60.59%-
HSV(B)267.95º68.51%92.16%-
XYZ29.8417.2980.36-
YUV114.78195.85152.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 235 (92.19% from 255) = 51.31%
R=32.53%
G=16.16%
B=51.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149742350.370.6900.08267.9580.160.59
Hex954AEB25450810c503d
Octal2251123534510501041412075
Binary100101011001010111010111001011000101010001000011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,74,235); }

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

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

 a { background-color: rgb(149,74,235); }

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

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

 span { border-color: rgb(149,74,235); }

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