#9F4CEC

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

Shades of Blue Violet #9F4CEC

Tints of Blue Violet #9F4CEC

Color information

#9F4CEC (or 0x9F4CEC) is unknown color: approx Blue Violet. HEX triplet: 9F, 4C and EC. RGB value is (159,76,236). Sum of RGB (Red+Green+Blue) = 159+76+236=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F4CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4CEC is #60B313. Grayscale: #767676. Windows color (decimal): -6337300 or 15486111. OLE color: 15486111.

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

Color convert

RGB15976236-
CMYK0.330.6800.07
HSL271.12º80.81%61.18%-
HSV(B)271.12º67.8%92.55%-
XYZ32.0218.681.26-
YUV119.06194156.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 236 (92.58% from 255) = 50.11%
R=33.76%
G=16.14%
B=50.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal159762360.330.6800.07271.1280.8161.18
Hex9F4CEC21440710f513d
Octal237114354411040741712175
Binary10011111100110011101100100001100010001111000011111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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