#954CE8

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

Shades of Blue Violet #954CE8

Tints of Blue Violet #954CE8

Color information

#954CE8 (or 0x954CE8) is unknown color: approx Blue Violet. HEX triplet: 95, 4C and E8. RGB value is (149,76,232). Sum of RGB (Red+Green+Blue) = 149+76+232=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #954CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CE8 is #6AB317. Grayscale: #737373. Windows color (decimal): -6992664 or 15223957. OLE color: 15223957.

HSL color Cylindrical-coordinate representation of color #954CE8: hue angle of 268.08º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954CE8 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14976232-
CMYK0.360.6700.09
HSL268.08º77.23%60.39%-
HSV(B)268.08º67.24%90.98%-
XYZ29.5417.3878.14-
YUV115.61193.68151.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 232 (91.02% from 255) = 50.77%
R=32.60%
G=16.63%
B=50.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149762320.360.6700.09268.0877.2360.39
Hex954CE824430910c4d3c
Octal2251143504410301141411574
Binary100101011001100111010001001001000011010011000011001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,76,232); }

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

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

 a { background-color: rgb(149,76,232); }

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

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

 span { border-color: rgb(149,76,232); }

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