#9D40FD

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

Shades of Blue Violet #9D40FD

Tints of Blue Violet #9D40FD

Color information

#9D40FD (or 0x9D40FD) is unknown color: approx Blue Violet. HEX triplet: 9D, 40 and FD. RGB value is (157,64,253). Sum of RGB (Red+Green+Blue) = 157+64+253=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D40FD is #62BF02. Grayscale: #707070. Windows color (decimal): -6471427 or 16597149. OLE color: 16597149.

HSL color Cylindrical-coordinate representation of color #9D40FD: hue angle of 269.52º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D40FD is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15764253-
CMYK0.380.7500.01
HSL269.52º97.93%62.16%-
HSV(B)269.52º74.7%99.22%-
XYZ33.4717.9394.62-
YUV113.35206.81159.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 64 (25.39% from 255) = 13.50%
BLUE value IS 253 (99.22% from 255) = 53.38%
R=33.12%
G=13.50%
B=53.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal157642530.380.7500.01269.5297.9362.16
Hex9D40FD264B0110e623e
Octal235100375461130141614276
Binary100111011000000111111011001101001011011000011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D40FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,64,253); }

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

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

 a { background-color: rgb(157,64,253); }

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

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

 span { border-color: rgb(157,64,253); }

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