#9D3CF3

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

Shades of Blue Violet #9D3CF3

Tints of Blue Violet #9D3CF3

Color information

#9D3CF3 (or 0x9D3CF3) is unknown color: approx Blue Violet. HEX triplet: 9D, 3C and F3. RGB value is (157,60,243). Sum of RGB (Red+Green+Blue) = 157+60+243=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D3CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3CF3 is #62C30C. Grayscale: #6D6D6D. Windows color (decimal): -6472461 or 15940765. OLE color: 15940765.

HSL color Cylindrical-coordinate representation of color #9D3CF3: hue angle of 271.8º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D3CF3 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15760243-
CMYK0.350.7500.05
HSL271.8º88.41%59.41%-
HSV(B)271.8º75.31%95.29%-
XYZ31.716.8786.38-
YUV109.86203.14161.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 60 (23.83% from 255) = 13.04%
BLUE value IS 243 (95.31% from 255) = 52.83%
R=34.13%
G=13.04%
B=52.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157602430.350.7500.05271.888.4159.41
Hex9D3CF3234B05110583b
Octal23574363431130542013073
Binary1001110111110011110011100011100101101011000100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,60,243); }

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

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

 a { background-color: rgb(157,60,243); }

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

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

 span { border-color: rgb(157,60,243); }

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