#9925EA

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

Shades of Blue Violet #9925EA

Tints of Blue Violet #9925EA

Color information

#9925EA (or 0x9925EA) is unknown color: approx Blue Violet. HEX triplet: 99, 25 and EA. RGB value is (153,37,234). Sum of RGB (Red+Green+Blue) = 153+37+234=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #9925EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9925EA is #66DA15. Grayscale: #5D5D5D. Windows color (decimal): -6740502 or 15345049. OLE color: 15345049.

HSL color Cylindrical-coordinate representation of color #9925EA: hue angle of 275.33º 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 #9925EA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15337234-
CMYK0.350.8400.08
HSL275.33º82.43%53.14%-
HSV(B)275.33º84.19%91.76%-
XYZ28.6514.0479.04-
YUV94.14206.93169.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 37 (14.84% from 255) = 8.73%
BLUE value IS 234 (91.80% from 255) = 55.19%
R=36.08%
G=8.73%
B=55.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal153372340.350.8400.08275.3382.4353.14
Hex9925EA2354081135235
Octal231453524312401042312265
Binary10011001100101111010101000111010100010001000100111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9925EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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