#9E38F8

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

Shades of Blue Violet #9E38F8

Tints of Blue Violet #9E38F8

Color information

#9E38F8 (or 0x9E38F8) is unknown color: approx Blue Violet. HEX triplet: 9E, 38 and F8. RGB value is (158,56,248). Sum of RGB (Red+Green+Blue) = 158+56+248=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E38F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E38F8 is #61C707. Grayscale: #6B6B6B. Windows color (decimal): -6407944 or 16267422. OLE color: 16267422.

HSL color Cylindrical-coordinate representation of color #9E38F8: hue angle of 271.88º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E38F8 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15856248-
CMYK0.360.7700.03
HSL271.88º93.2%59.61%-
HSV(B)271.88º77.42%97.25%-
XYZ32.4616.8790.35-
YUV108.39206.79163.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 56 (22.27% from 255) = 12.12%
BLUE value IS 248 (97.27% from 255) = 53.68%
R=34.20%
G=12.12%
B=53.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal158562480.360.7700.03271.8893.259.61
Hex9E38F8244D031105d3c
Octal23670370441150342013574
Binary100111101110001111100010010010011010111000100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E38F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,56,248); }

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

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

 a { background-color: rgb(158,56,248); }

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

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

 span { border-color: rgb(158,56,248); }

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