#9124ED

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

Shades of Blue Violet #9124ED

Tints of Blue Violet #9124ED

Color information

#9124ED (or 0x9124ED) is unknown color: approx Blue Violet. HEX triplet: 91, 24 and ED. RGB value is (145,36,237). Sum of RGB (Red+Green+Blue) = 145+36+237=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #9124ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9124ED is #6EDB12. Grayscale: #5A5A5A. Windows color (decimal): -7265043 or 15541393. OLE color: 15541393.

HSL color Cylindrical-coordinate representation of color #9124ED: hue angle of 272.54º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9124ED is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14536237-
CMYK0.390.8500.07
HSL272.54º84.81%53.53%-
HSV(B)272.54º84.81%92.94%-
XYZ27.5913.481.25-
YUV91.5210.11166.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 36 (14.45% from 255) = 8.61%
BLUE value IS 237 (92.97% from 255) = 56.70%
R=34.69%
G=8.61%
B=56.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal145362370.390.8500.07272.5484.8153.53
Hex9124ED2755071115536
Octal22144355471250742112566
Binary1001000110010011101101100111101010101111000100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9124ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9124ED; }

 p { color: rgb(145,36,237); }

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

<style>
 a { background-color: #9124ED; }

 a { background-color: rgb(145,36,237); }

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

<style>
 span { border-color: #9124ED; }

 span { border-color: rgb(145,36,237); }

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