#943add

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

Shades of Blue Violet #943ADD

Tints of Blue Violet #943ADD

Color information

#943ADD (or 0x943ADD) is unknown color: approx Blue Violet. HEX triplet: 94, 3A and DD. RGB value is (148,58,221). Sum of RGB (Red+Green+Blue) = 148+58+221=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #943ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ADD is #6BC522. Grayscale: #666666. Windows color (decimal): -7062819 or 14498452. OLE color: 14498452.

HSL color Cylindrical-coordinate representation of color #943ADD: hue angle of 273.13º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943ADD is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14858221-
CMYK0.330.7400.13
HSL273.13º70.56%54.71%-
HSV(B)273.13º73.76%86.67%-
XYZ26.7814.5469.8-
YUV103.49194.32159.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 221 (86.72% from 255) = 51.76%
R=34.66%
G=13.58%
B=51.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148582210.330.7400.13273.1370.5654.71
Hex943ADD214A0D1114737
Octal224723354111201542110767
Binary10010100111010110111011000011001010011011000100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943add

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943add; }

 p { color: rgb(148,58,221); }

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

<style>
 a { background-color: #943add; }

 a { background-color: rgb(148,58,221); }

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

<style>
 span { border-color: #943add; }

 span { border-color: rgb(148,58,221); }

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