#9F42ED

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

Shades of Blue Violet #9F42ED

Tints of Blue Violet #9F42ED

Color information

#9F42ED (or 0x9F42ED) is unknown color: approx Blue Violet. HEX triplet: 9F, 42 and ED. RGB value is (159,66,237). Sum of RGB (Red+Green+Blue) = 159+66+237=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F42ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F42ED is #60BD12. Grayscale: #707070. Windows color (decimal): -6339859 or 15549087. OLE color: 15549087.

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

Color convert

RGB15966237-
CMYK0.330.7200.07
HSL272.63º82.61%59.41%-
HSV(B)272.63º72.15%92.94%-
XYZ31.5317.3881.81-
YUV113.3197.81160.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 66 (26.17% from 255) = 14.29%
BLUE value IS 237 (92.97% from 255) = 51.30%
R=34.42%
G=14.29%
B=51.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal159662370.330.7200.07272.6382.6159.41
Hex9F42ED214807111533b
Octal237102355411100742112373
Binary10011111100001011101101100001100100001111000100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F42ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,237); }

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

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

 a { background-color: rgb(159,66,237); }

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

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

 span { border-color: rgb(159,66,237); }

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