#9C3CFB

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

Shades of Blue Violet #9C3CFB

Tints of Blue Violet #9C3CFB

Color information

#9C3CFB (or 0x9C3CFB) is unknown color: approx Blue Violet. HEX triplet: 9C, 3C and FB. RGB value is (156,60,251). Sum of RGB (Red+Green+Blue) = 156+60+251=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C3CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3CFB is #63C304. Grayscale: #6D6D6D. Windows color (decimal): -6537989 or 16465052. OLE color: 16465052.

HSL color Cylindrical-coordinate representation of color #9C3CFB: hue angle of 270.16º degrees, saturation: 0.96, 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 #9C3CFB is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15660251-
CMYK0.380.7600.02
HSL270.16º95.98%60.98%-
HSV(B)270.16º76.1%98.43%-
XYZ32.7417.2692.87-
YUV110.48207.3160.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.40%
GREEN value IS 60 (23.83% from 255) = 12.85%
BLUE value IS 251 (98.44% from 255) = 53.75%
R=33.40%
G=12.85%
B=53.75%

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
Decimal156602510.380.7600.02270.1695.9860.98
Hex9C3CFB264C0210e603d
Octal23474373461140241614075
Binary100111001111001111101110011010011000101000011101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,60,251); }

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

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

 a { background-color: rgb(156,60,251); }

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

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

 span { border-color: rgb(156,60,251); }

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