#9417EA

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

Shades of Blue Violet #9417EA

Tints of Blue Violet #9417EA

Color information

#9417EA (or 0x9417EA) is unknown color: approx Blue Violet. HEX triplet: 94, 17 and EA. RGB value is (148,23,234). Sum of RGB (Red+Green+Blue) = 148+23+234=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #9417EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9417EA is #6BE815. Grayscale: #535353. Windows color (decimal): -7071766 or 15341460. OLE color: 15341460.

HSL color Cylindrical-coordinate representation of color #9417EA: hue angle of 275.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9417EA is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14823234-
CMYK0.370.9000.08
HSL275.55º83.4%50.39%-
HSV(B)275.55º90.17%91.76%-
XYZ27.3712.8578.88-
YUV84.43212.41173.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 23 (9.38% from 255) = 5.68%
BLUE value IS 234 (91.80% from 255) = 57.78%
R=36.54%
G=5.68%
B=57.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148232340.370.9000.08275.5583.450.39
Hex9417EA255A081145332
Octal224273524513201042412362
Binary1001010010111111010101001011011010010001000101001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9417EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9417EA; }

 p { color: rgb(148,23,234); }

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

<style>
 a { background-color: #9417EA; }

 a { background-color: rgb(148,23,234); }

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

<style>
 span { border-color: #9417EA; }

 span { border-color: rgb(148,23,234); }

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