#9F42EA

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

Shades of Blue Violet #9F42EA

Tints of Blue Violet #9F42EA

Color information

#9F42EA (or 0x9F42EA) is unknown color: approx Blue Violet. HEX triplet: 9F, 42 and EA. RGB value is (159,66,234). Sum of RGB (Red+Green+Blue) = 159+66+234=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F42EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F42EA is #60BD15. Grayscale: #707070. Windows color (decimal): -6339862 or 15352479. OLE color: 15352479.

HSL color Cylindrical-coordinate representation of color #9F42EA: hue angle of 273.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F42EA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15966234-
CMYK0.320.7200.08
HSL273.21º80%58.82%-
HSV(B)273.21º71.79%91.76%-
XYZ31.117.2179.52-
YUV112.96196.31160.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 66 (26.17% from 255) = 14.38%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=34.64%
G=14.38%
B=50.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal159662340.320.7200.08273.218058.82
Hex9F42EA204808111503b
Octal2371023524011001042112073
Binary100111111000010111010101000001001000010001000100011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F42EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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