#9D24F5

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

Shades of Blue Violet #9D24F5

Tints of Blue Violet #9D24F5

Color information

#9D24F5 (or 0x9D24F5) is unknown color: approx Blue Violet. HEX triplet: 9D, 24 and F5. RGB value is (157,36,245). Sum of RGB (Red+Green+Blue) = 157+36+245=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #9D24F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D24F5 is #62DB0A. Grayscale: #5F5F5F. Windows color (decimal): -6478603 or 16065693. OLE color: 16065693.

HSL color Cylindrical-coordinate representation of color #9D24F5: hue angle of 274.74º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D24F5 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15736245-
CMYK0.360.8500.04
HSL274.74º91.27%55.1%-
HSV(B)274.74º85.31%96.08%-
XYZ31.0215.0287.65-
YUV96212.09171.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 36 (14.45% from 255) = 8.22%
BLUE value IS 245 (96.09% from 255) = 55.94%
R=35.84%
G=8.22%
B=55.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal157362450.360.8500.04274.7491.2755.1
Hex9D24F52455041135b37
Octal23544365441250442313367
Binary1001110110010011110101100100101010101001000100111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D24F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,36,245); }

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

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

 a { background-color: rgb(157,36,245); }

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

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

 span { border-color: rgb(157,36,245); }

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