#951AF1

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

Shades of Blue Violet #951AF1

Tints of Blue Violet #951AF1

Color information

#951AF1 (or 0x951AF1) is unknown color: approx Blue Violet. HEX triplet: 95, 1A and F1. RGB value is (149,26,241). Sum of RGB (Red+Green+Blue) = 149+26+241=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #951AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951AF1 is #6AE50E. Grayscale: #565656. Windows color (decimal): -7005455 or 15800981. OLE color: 15800981.

HSL color Cylindrical-coordinate representation of color #951AF1: hue angle of 274.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951AF1 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14926241-
CMYK0.380.8900.05
HSL274.33º88.48%52.35%-
HSV(B)274.33º89.21%94.51%-
XYZ28.6413.4884.31-
YUV87.29214.75172.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 26 (10.55% from 255) = 6.25%
BLUE value IS 241 (94.53% from 255) = 57.93%
R=35.82%
G=6.25%
B=57.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149262410.380.8900.05274.3388.4852.35
Hex951AF12659051125834
Octal22532361461310542213064
Binary100101011101011110001100110101100101011000100101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951AF1; }

 p { color: rgb(149,26,241); }

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

<style>
 a { background-color: #951AF1; }

 a { background-color: rgb(149,26,241); }

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

<style>
 span { border-color: #951AF1; }

 span { border-color: rgb(149,26,241); }

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