#941ADA

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

Shades of Blue Violet #941ADA

Tints of Blue Violet #941ADA

Color information

#941ADA (or 0x941ADA) is unknown color: approx Blue Violet. HEX triplet: 94, 1A and DA. RGB value is (148,26,218). Sum of RGB (Red+Green+Blue) = 148+26+218=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #941ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ADA is #6BE525. Grayscale: #535353. Windows color (decimal): -7071014 or 14293652. OLE color: 14293652.

HSL color Cylindrical-coordinate representation of color #941ADA: hue angle of 278.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941ADA is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14826218-
CMYK0.320.8800.15
HSL278.12º78.69%47.84%-
HSV(B)278.12º88.07%85.49%-
XYZ25.2412.167.33-
YUV84.37203.42173.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 26 (10.55% from 255) = 6.63%
BLUE value IS 218 (85.55% from 255) = 55.61%
R=37.76%
G=6.63%
B=55.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148262180.320.8800.15278.1278.6947.84
Hex941ADA20580F1164f30
Octal224323324013001742611760
Binary1001010011010110110101000001011000011111000101101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,26,218); }

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

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

 a { background-color: rgb(148,26,218); }

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

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

 span { border-color: rgb(148,26,218); }

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