#9D3CFC

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

Shades of Blue Violet #9D3CFC

Tints of Blue Violet #9D3CFC

Color information

#9D3CFC (or 0x9D3CFC) is unknown color: approx Blue Violet. HEX triplet: 9D, 3C and FC. RGB value is (157,60,252). Sum of RGB (Red+Green+Blue) = 157+60+252=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D3CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3CFC is #62C303. Grayscale: #6E6E6E. Windows color (decimal): -6472452 or 16530589. OLE color: 16530589.

HSL color Cylindrical-coordinate representation of color #9D3CFC: hue angle of 270.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D3CFC is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15760252-
CMYK0.380.7600.01
HSL270.31º96.97%61.18%-
HSV(B)270.31º76.19%98.82%-
XYZ33.0917.4393.72-
YUV110.89207.64160.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.48%
GREEN value IS 60 (23.83% from 255) = 12.79%
BLUE value IS 252 (98.83% from 255) = 53.73%
R=33.48%
G=12.79%
B=53.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal157602520.380.7600.01270.3196.9761.18
Hex9D3CFC264C0110e613d
Octal23574374461140141614175
Binary10011101111100111111001001101001100011000011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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