#9D38EB

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

Shades of Blue Violet #9D38EB

Tints of Blue Violet #9D38EB

Color information

#9D38EB (or 0x9D38EB) is unknown color: approx Blue Violet. HEX triplet: 9D, 38 and EB. RGB value is (157,56,235). Sum of RGB (Red+Green+Blue) = 157+56+235=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D38EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D38EB is #62C714. Grayscale: #696969. Windows color (decimal): -6473493 or 15415453. OLE color: 15415453.

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

Color convert

RGB15756235-
CMYK0.330.7600.08
HSL273.85º81.74%57.06%-
HSV(B)273.85º76.17%92.16%-
XYZ30.3115.9980.09-
YUV106.6200.46163.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 56 (22.27% from 255) = 12.5%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=35.04%
G=12.5%
B=52.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157562350.330.7600.08273.8581.7457.06
Hex9D38EB214C081125239
Octal235703534111401042212271
Binary10011101111000111010111000011001100010001000100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D38EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,56,235); }

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

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

 a { background-color: rgb(157,56,235); }

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

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

 span { border-color: rgb(157,56,235); }

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