#954BFC

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

Shades of Blue Violet #954BFC

Tints of Blue Violet #954BFC

Color information

#954BFC (or 0x954BFC) is unknown color: approx Blue Violet. HEX triplet: 95, 4B and FC. RGB value is (149,75,252). Sum of RGB (Red+Green+Blue) = 149+75+252=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #954BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BFC is #6AB403. Grayscale: #747474. Windows color (decimal): -6992900 or 16534421. OLE color: 16534421.

HSL color Cylindrical-coordinate representation of color #954BFC: hue angle of 265.08º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954BFC is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14975252-
CMYK0.410.7000.01
HSL265.08º96.72%64.12%-
HSV(B)265.08º70.24%98.82%-
XYZ32.4818.4593.94-
YUV117.3204.02150.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 75 (29.69% from 255) = 15.76%
BLUE value IS 252 (98.83% from 255) = 52.94%
R=31.30%
G=15.76%
B=52.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal149752520.410.7000.01265.0896.7264.12
Hex954BFC2946011096140
Octal2251133745110601411141100
Binary1001010110010111111110010100110001100110000100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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