#9D37EB

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

Shades of Blue Violet #9D37EB

Tints of Blue Violet #9D37EB

Color information

#9D37EB (or 0x9D37EB) is unknown color: approx Blue Violet. HEX triplet: 9D, 37 and EB. RGB value is (157,55,235). Sum of RGB (Red+Green+Blue) = 157+55+235=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D37EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D37EB is #62C814. Grayscale: #696969. Windows color (decimal): -6473749 or 15415197. OLE color: 15415197.

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

Color convert

RGB15755235-
CMYK0.330.7700.08
HSL274º81.82%56.86%-
HSV(B)274º76.6%92.16%-
XYZ30.2715.980.07-
YUV106.02200.79164.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 55 (21.88% from 255) = 12.30%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=35.12%
G=12.30%
B=52.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157552350.330.7700.0827481.8256.86
Hex9D37EB214D081125239
Octal235673534111501042212271
Binary10011101110111111010111000011001101010001000100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D37EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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