#942ADD

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

Shades of Blue Violet #942ADD

Tints of Blue Violet #942ADD

Color information

#942ADD (or 0x942ADD) is unknown color: approx Blue Violet. HEX triplet: 94, 2A and DD. RGB value is (148,42,221). Sum of RGB (Red+Green+Blue) = 148+42+221=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #942ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ADD is #6BD522. Grayscale: #5D5D5D. Windows color (decimal): -7066915 or 14494356. OLE color: 14494356.

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

Color convert

RGB14842221-
CMYK0.330.8100.13
HSL275.53º72.47%51.57%-
HSV(B)275.53º81%86.67%-
XYZ26.0913.1769.57-
YUV94.1199.62166.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 42 (16.80% from 255) = 10.22%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=36.01%
G=10.22%
B=53.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148422210.330.8100.13275.5372.4751.57
Hex942ADD21510D1144834
Octal224523354112101542411064
Binary10010100101010110111011000011010001011011000101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942ADD; }

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

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

<style>
 a { background-color: #942ADD; }

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

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

<style>
 span { border-color: #942ADD; }

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

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