#9E25EA

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

Shades of Blue Violet #9E25EA

Tints of Blue Violet #9E25EA

Color information

#9E25EA (or 0x9E25EA) is unknown color: approx Blue Violet. HEX triplet: 9E, 25 and EA. RGB value is (158,37,234). Sum of RGB (Red+Green+Blue) = 158+37+234=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E25EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E25EA is #61DA15. Grayscale: #5E5E5E. Windows color (decimal): -6412822 or 15345054. OLE color: 15345054.

HSL color Cylindrical-coordinate representation of color #9E25EA: hue angle of 276.85º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E25EA is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15837234-
CMYK0.320.8400.08
HSL276.85º82.43%53.14%-
HSV(B)276.85º84.19%91.76%-
XYZ29.6114.5379.09-
YUV95.64206.09172.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 37 (14.84% from 255) = 8.62%
BLUE value IS 234 (91.80% from 255) = 54.55%
R=36.83%
G=8.62%
B=54.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal158372340.320.8400.08276.8582.4353.14
Hex9E25EA2054081155235
Octal236453524012401042512265
Binary10011110100101111010101000001010100010001000101011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E25EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,37,234); }

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

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

 a { background-color: rgb(158,37,234); }

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

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

 span { border-color: rgb(158,37,234); }

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