#9C3BFA

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

Shades of Blue Violet #9C3BFA

Tints of Blue Violet #9C3BFA

Color information

#9C3BFA (or 0x9C3BFA) is unknown color: approx Blue Violet. HEX triplet: 9C, 3B and FA. RGB value is (156,59,250). Sum of RGB (Red+Green+Blue) = 156+59+250=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C3BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3BFA is #63C405. Grayscale: #6D6D6D. Windows color (decimal): -6538246 or 16399260. OLE color: 16399260.

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

Color convert

RGB15659250-
CMYK0.380.7600.02
HSL270.47º95.02%60.59%-
HSV(B)270.47º76.4%98.04%-
XYZ32.5317.192.03-
YUV109.78207.14160.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 59 (23.44% from 255) = 12.69%
BLUE value IS 250 (98.05% from 255) = 53.76%
R=33.55%
G=12.69%
B=53.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal156592500.380.7600.02270.4795.0260.59
Hex9C3BFA264C0210e5f3d
Octal23473372461140241613775
Binary100111001110111111101010011010011000101000011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,59,250); }

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

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

 a { background-color: rgb(156,59,250); }

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

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

 span { border-color: rgb(156,59,250); }

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