#942DE1

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

Shades of Blue Violet #942DE1

Tints of Blue Violet #942DE1

Color information

#942DE1 (or 0x942DE1) is unknown color: approx Blue Violet. HEX triplet: 94, 2D and E1. RGB value is (148,45,225). Sum of RGB (Red+Green+Blue) = 148+45+225=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #942DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DE1 is #6BD21E. Grayscale: #5F5F5F. Windows color (decimal): -7066143 or 14757268. OLE color: 14757268.

HSL color Cylindrical-coordinate representation of color #942DE1: hue angle of 274.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942DE1 is Cyan = 0.34, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14845225-
CMYK0.340.800.12
HSL274.33º75%52.94%-
HSV(B)274.33º80%88.24%-
XYZ26.7413.6172.45-
YUV96.32200.62164.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 45 (17.97% from 255) = 10.77%
BLUE value IS 225 (88.28% from 255) = 53.83%
R=35.41%
G=10.77%
B=53.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148452250.340.800.12274.337552.94
Hex942DE122500C1124b35
Octal224553414212001442211365
Binary10010100101101111000011000101010000011001000100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,45,225); }

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

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

 a { background-color: rgb(148,45,225); }

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

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

 span { border-color: rgb(148,45,225); }

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