#9D42E9

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

Shades of Blue Violet #9D42E9

Tints of Blue Violet #9D42E9

Color information

#9D42E9 (or 0x9D42E9) is unknown color: approx Blue Violet. HEX triplet: 9D, 42 and E9. RGB value is (157,66,233). Sum of RGB (Red+Green+Blue) = 157+66+233=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #9D42E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D42E9 is #62BD16. Grayscale: #6F6F6F. Windows color (decimal): -6470935 or 15286941. OLE color: 15286941.

HSL color Cylindrical-coordinate representation of color #9D42E9: hue angle of 272.69º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D42E9 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15766233-
CMYK0.330.7200.09
HSL272.69º79.15%58.63%-
HSV(B)272.69º71.67%91.37%-
XYZ30.5616.9578.75-
YUV112.25196.15159.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.43%
GREEN value IS 66 (26.17% from 255) = 14.47%
BLUE value IS 233 (91.41% from 255) = 51.10%
R=34.43%
G=14.47%
B=51.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal157662330.330.7200.09272.6979.1558.63
Hex9D42E92148091114f3b
Octal2351023514111001142111773
Binary100111011000010111010011000011001000010011000100011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D42E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D42E9; }

 p { color: rgb(157,66,233); }

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

<style>
 a { background-color: #9D42E9; }

 a { background-color: rgb(157,66,233); }

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

<style>
 span { border-color: #9D42E9; }

 span { border-color: rgb(157,66,233); }

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