#941CFD

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

Shades of Blue Violet #941CFD

Tints of Blue Violet #941CFD

Color information

#941CFD (or 0x941CFD) is unknown color: approx Blue Violet. HEX triplet: 94, 1C and FD. RGB value is (148,28,253). Sum of RGB (Red+Green+Blue) = 148+28+253=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #941CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #941CFD is #6BE302. Grayscale: #585858. Windows color (decimal): -7070467 or 16587924. OLE color: 16587924.

HSL color Cylindrical-coordinate representation of color #941CFD: hue angle of 272º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941CFD is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14828253-
CMYK0.420.8900.01
HSL272º98.25%55.1%-
HSV(B)272º88.93%99.22%-
XYZ30.3614.2294.07-
YUV89.53220.26169.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 28 (11.33% from 255) = 6.53%
BLUE value IS 253 (99.22% from 255) = 58.97%
R=34.50%
G=6.53%
B=58.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal148282530.420.8900.0127298.2555.1
Hex941CFD2A59011106237
Octal22434375521310142014267
Binary1001010011100111111011010101011001011000100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941CFD; }

 p { color: rgb(148,28,253); }

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

<style>
 a { background-color: #941CFD; }

 a { background-color: rgb(148,28,253); }

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

<style>
 span { border-color: #941CFD; }

 span { border-color: rgb(148,28,253); }

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