#9D4EF9

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

Shades of Blue Violet #9D4EF9

Tints of Blue Violet #9D4EF9

Color information

#9D4EF9 (or 0x9D4EF9) is unknown color: approx Blue Violet. HEX triplet: 9D, 4E and F9. RGB value is (157,78,249). Sum of RGB (Red+Green+Blue) = 157+78+249=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D4EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4EF9 is #62B106. Grayscale: #787878. Windows color (decimal): -6467847 or 16338589. OLE color: 16338589.

HSL color Cylindrical-coordinate representation of color #9D4EF9: hue angle of 267.72º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D4EF9 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15778249-
CMYK0.370.6900.02
HSL267.72º93.44%64.12%-
HSV(B)267.72º68.67%97.65%-
XYZ33.7319.4691.6-
YUV121.11200.17153.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 78 (30.86% from 255) = 16.12%
BLUE value IS 249 (97.66% from 255) = 51.45%
R=32.44%
G=16.12%
B=51.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157782490.370.6900.02267.7293.4464.12
Hex9D4EF925450210c5d40
Octal2351163714510502414135100
Binary10011101100111011111001100101100010101010000110010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,78,249); }

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

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

 a { background-color: rgb(157,78,249); }

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

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

 span { border-color: rgb(157,78,249); }

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