#9D4BEA

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

Shades of Blue Violet #9D4BEA

Tints of Blue Violet #9D4BEA

Color information

#9D4BEA (or 0x9D4BEA) is unknown color: approx Blue Violet. HEX triplet: 9D, 4B and EA. RGB value is (157,75,234). Sum of RGB (Red+Green+Blue) = 157+75+234=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D4BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4BEA is #62B415. Grayscale: #757575. Windows color (decimal): -6468630 or 15354781. OLE color: 15354781.

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

Color convert

RGB15775234-
CMYK0.330.6800.08
HSL270.94º79.1%60.59%-
HSV(B)270.94º67.95%91.76%-
XYZ31.2718.1479.7-
YUV117.64193.67156.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.69%
GREEN value IS 75 (29.69% from 255) = 16.09%
BLUE value IS 234 (91.80% from 255) = 50.21%
R=33.69%
G=16.09%
B=50.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157752340.330.6800.08270.9479.160.59
Hex9D4BEA21440810f4f3d
Octal2351133524110401041711775
Binary100111011001011111010101000011000100010001000011111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,75,234); }

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

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

 a { background-color: rgb(157,75,234); }

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

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

 span { border-color: rgb(157,75,234); }

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