#954BF9

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

Shades of Blue Violet #954BF9

Tints of Blue Violet #954BF9

Color information

#954BF9 (or 0x954BF9) is unknown color: approx Blue Violet. HEX triplet: 95, 4B and F9. RGB value is (149,75,249). Sum of RGB (Red+Green+Blue) = 149+75+249=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #954BF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BF9 is #6AB406. Grayscale: #747474. Windows color (decimal): -6992903 or 16337813. OLE color: 16337813.

HSL color Cylindrical-coordinate representation of color #954BF9: hue angle of 265.52º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954BF9 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14975249-
CMYK0.400.7000.02
HSL265.52º93.55%63.53%-
HSV(B)265.52º69.88%97.65%-
XYZ32.0118.2691.46-
YUV116.96202.52150.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 75 (29.69% from 255) = 15.86%
BLUE value IS 249 (97.66% from 255) = 52.64%
R=31.50%
G=15.86%
B=52.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149752490.400.7000.02265.5293.5563.53
Hex954BF928460210a5e40
Octal2251133715010602412136100
Binary10010101100101111111001101000100011001010000101010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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