#9F4CFE

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

Shades of Blue Violet #9F4CFE

Tints of Blue Violet #9F4CFE

Color information

#9F4CFE (or 0x9F4CFE) is unknown color: approx Blue Violet. HEX triplet: 9F, 4C and FE. RGB value is (159,76,254). Sum of RGB (Red+Green+Blue) = 159+76+254=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F4CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4CFE is #60B301. Grayscale: #787878. Windows color (decimal): -6337282 or 16665759. OLE color: 16665759.

HSL color Cylindrical-coordinate representation of color #9F4CFE: hue angle of 267.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F4CFE is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15976254-
CMYK0.370.7000.00
HSL267.98º98.89%64.71%-
HSV(B)267.98º70.08%99.61%-
XYZ34.7719.795.73-
YUV121.11203155.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 76 (30.08% from 255) = 15.54%
BLUE value IS 254 (99.61% from 255) = 51.94%
R=32.52%
G=15.54%
B=51.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal159762540.370.7000.00267.9898.8964.71
Hex9F4CFE25460010c6341
Octal2371143764510600414143101
Binary1001111110011001111111010010110001100010000110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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