#9942E7

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

Shades of Blue Violet #9942E7

Tints of Blue Violet #9942E7

Color information

#9942E7 (or 0x9942E7) is unknown color: approx Blue Violet. HEX triplet: 99, 42 and E7. RGB value is (153,66,231). Sum of RGB (Red+Green+Blue) = 153+66+231=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 231 (90.62% from 255 or 51.33% from 450); Max value from RGB is 231 - color contains mainly: blue. Hex color #9942E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9942E7 is #66BD18. Grayscale: #6E6E6E. Windows color (decimal): -6733081 or 15155865. OLE color: 15155865.

HSL color Cylindrical-coordinate representation of color #9942E7: hue angle of 271.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9942E7 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15366231-
CMYK0.340.7100.09
HSL271.64º77.46%58.24%-
HSV(B)271.64º71.43%90.59%-
XYZ29.5116.4477.22-
YUV110.82195.82158.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 66 (26.17% from 255) = 14.67%
BLUE value IS 231 (90.62% from 255) = 51.33%
R=34%
G=14.67%
B=51.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal153662310.340.7100.09271.6477.4658.24
Hex9942E72247091104d3a
Octal2311023474210701142011572
Binary100110011000010111001111000101000111010011000100001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9942E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9942E7; }

 p { color: rgb(153,66,231); }

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

<style>
 a { background-color: #9942E7; }

 a { background-color: rgb(153,66,231); }

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

<style>
 span { border-color: #9942E7; }

 span { border-color: rgb(153,66,231); }

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