#9F3CA3

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

Shades of Violet Blue #9F3CA3

Tints of Violet Blue #9F3CA3

Color information

#9F3CA3 (or 0x9F3CA3) is unknown color: approx Violet Blue. HEX triplet: 9F, 3C and A3. RGB value is (159,60,163). Sum of RGB (Red+Green+Blue) = 159+60+163=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F3CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3CA3 is #60C35C. Grayscale: #656565. Windows color (decimal): -6341469 or 10697887. OLE color: 10697887.

HSL color Cylindrical-coordinate representation of color #9F3CA3: hue angle of 297.67º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3CA3 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15960163-
CMYK0.020.6300.36
HSL297.67º46.19%43.73%-
HSV(B)297.67º63.19%63.92%-
XYZ22.5213.2536.02-
YUV101.34162.8169.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 60 (23.83% from 255) = 15.71%
BLUE value IS 163 (64.06% from 255) = 42.67%
R=41.62%
G=15.71%
B=42.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159601630.020.6300.36297.6746.1943.73
Hex9F3CA323F02412a2e2c
Octal237742432770444525654
Binary1001111111110010100011101111110100100100101010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,163); }

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

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

 a { background-color: rgb(159,60,163); }

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

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

 span { border-color: rgb(159,60,163); }

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