#9F44EB

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

Shades of Blue Violet #9F44EB

Tints of Blue Violet #9F44EB

Color information

#9F44EB (or 0x9F44EB) is unknown color: approx Blue Violet. HEX triplet: 9F, 44 and EB. RGB value is (159,68,235). Sum of RGB (Red+Green+Blue) = 159+68+235=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F44EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F44EB is #60BB14. Grayscale: #717171. Windows color (decimal): -6339349 or 15418527. OLE color: 15418527.

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

Color convert

RGB15968235-
CMYK0.320.7100.08
HSL272.69º80.68%59.41%-
HSV(B)272.69º71.06%92.16%-
XYZ31.3617.580.32-
YUV114.25196.15159.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=34.42%
G=14.72%
B=50.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal159682350.320.7100.08272.6980.6859.41
Hex9F44EB204708111513b
Octal2371043534010701042112173
Binary100111111000100111010111000001000111010001000100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F44EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,68,235); }

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

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

 a { background-color: rgb(159,68,235); }

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

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

 span { border-color: rgb(159,68,235); }

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