#9539E4

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

Shades of Blue Violet #9539E4

Tints of Blue Violet #9539E4

Color information

#9539E4 (or 0x9539E4) is unknown color: approx Blue Violet. HEX triplet: 95, 39 and E4. RGB value is (149,57,228). Sum of RGB (Red+Green+Blue) = 149+57+228=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #9539E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539E4 is #6AC61B. Grayscale: #676767. Windows color (decimal): -6997532 or 14956949. OLE color: 14956949.

HSL color Cylindrical-coordinate representation of color #9539E4: hue angle of 272.28º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9539E4 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14957228-
CMYK0.350.7500.11
HSL272.28º76%55.88%-
HSV(B)272.28º75%89.41%-
XYZ27.8614.9274.81-
YUV104197.98160.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 57 (22.66% from 255) = 13.13%
BLUE value IS 228 (89.45% from 255) = 52.53%
R=34.33%
G=13.13%
B=52.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal149572280.350.7500.11272.287655.88
Hex9539E4234B0B1104c38
Octal225713444311301342011470
Binary10010101111001111001001000111001011010111000100001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9539E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9539E4; }

 p { color: rgb(149,57,228); }

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

<style>
 a { background-color: #9539E4; }

 a { background-color: rgb(149,57,228); }

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

<style>
 span { border-color: #9539E4; }

 span { border-color: rgb(149,57,228); }

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