#9127EB

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

Shades of Blue Violet #9127EB

Tints of Blue Violet #9127EB

Color information

#9127EB (or 0x9127EB) is unknown color: approx Blue Violet. HEX triplet: 91, 27 and EB. RGB value is (145,39,235). Sum of RGB (Red+Green+Blue) = 145+39+235=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #9127EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9127EB is #6ED814. Grayscale: #5C5C5C. Windows color (decimal): -7264277 or 15411089. OLE color: 15411089.

HSL color Cylindrical-coordinate representation of color #9127EB: hue angle of 272.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9127EB is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14539235-
CMYK0.380.8300.08
HSL272.45º83.05%53.73%-
HSV(B)272.45º83.4%92.16%-
XYZ27.413.4779.75-
YUV93.04208.12165.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 39 (15.62% from 255) = 9.31%
BLUE value IS 235 (92.19% from 255) = 56.09%
R=34.61%
G=9.31%
B=56.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal145392350.380.8300.08272.4583.0553.73
Hex9127EB2653081105336
Octal221473534612301042012366
Binary10010001100111111010111001101010011010001000100001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9127EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9127EB; }

 p { color: rgb(145,39,235); }

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

<style>
 a { background-color: #9127EB; }

 a { background-color: rgb(145,39,235); }

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

<style>
 span { border-color: #9127EB; }

 span { border-color: rgb(145,39,235); }

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