#9F43EC

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

Shades of Blue Violet #9F43EC

Tints of Blue Violet #9F43EC

Color information

#9F43EC (or 0x9F43EC) is unknown color: approx Blue Violet. HEX triplet: 9F, 43 and EC. RGB value is (159,67,236). Sum of RGB (Red+Green+Blue) = 159+67+236=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F43EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F43EC is #60BC13. Grayscale: #717171. Windows color (decimal): -6339604 or 15483807. OLE color: 15483807.

HSL color Cylindrical-coordinate representation of color #9F43EC: hue angle of 272.66º degrees, saturation: 0.82, 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 #9F43EC is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15967236-
CMYK0.330.7200.07
HSL272.66º81.64%59.41%-
HSV(B)272.66º71.61%92.55%-
XYZ31.4517.4481.07-
YUV113.77196.98160.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 67 (26.56% from 255) = 14.50%
BLUE value IS 236 (92.58% from 255) = 51.08%
R=34.42%
G=14.50%
B=51.08%

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
Decimal159672360.330.7200.07272.6681.6459.41
Hex9F43EC214807111523b
Octal237103354411100742112273
Binary10011111100001111101100100001100100001111000100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F43EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,67,236); }

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

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

 a { background-color: rgb(159,67,236); }

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

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

 span { border-color: rgb(159,67,236); }

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