#9D3AE5

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

Shades of Blue Violet #9D3AE5

Tints of Blue Violet #9D3AE5

Color information

#9D3AE5 (or 0x9D3AE5) is unknown color: approx Blue Violet. HEX triplet: 9D, 3A and E5. RGB value is (157,58,229). Sum of RGB (Red+Green+Blue) = 157+58+229=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #9D3AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3AE5 is #62C51A. Grayscale: #6A6A6A. Windows color (decimal): -6472987 or 15022749. OLE color: 15022749.

HSL color Cylindrical-coordinate representation of color #9D3AE5: hue angle of 274.74º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D3AE5 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15758229-
CMYK0.310.7500.10
HSL274.74º76.68%56.27%-
HSV(B)274.74º74.67%89.8%-
XYZ29.5615.8575.63-
YUV107.1196.8163.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 58 (23.05% from 255) = 13.06%
BLUE value IS 229 (89.84% from 255) = 51.58%
R=35.36%
G=13.06%
B=51.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal157582290.310.7500.10274.7476.6856.27
Hex9D3AE51F4B0A1134d38
Octal235723453711301242311570
Binary1001110111101011100101111111001011010101000100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,58,229); }

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

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

 a { background-color: rgb(157,58,229); }

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

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

 span { border-color: rgb(157,58,229); }

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