#9A4CFB

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

Shades of Blue Violet #9A4CFB

Tints of Blue Violet #9A4CFB

Color information

#9A4CFB (or 0x9A4CFB) is unknown color: approx Blue Violet. HEX triplet: 9A, 4C and FB. RGB value is (154,76,251). Sum of RGB (Red+Green+Blue) = 154+76+251=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A4CFB is #65B304. Grayscale: #767676. Windows color (decimal): -6664965 or 16469146. OLE color: 16469146.

HSL color Cylindrical-coordinate representation of color #9A4CFB: hue angle of 266.74º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A4CFB is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15476251-
CMYK0.390.7000.02
HSL266.74º95.63%64.12%-
HSV(B)266.74º69.72%98.43%-
XYZ33.321993.18-
YUV119.27202.34152.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 76 (30.08% from 255) = 15.80%
BLUE value IS 251 (98.44% from 255) = 52.18%
R=32.02%
G=15.80%
B=52.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal154762510.390.7000.02266.7495.6364.12
Hex9A4CFB27460210b6040
Octal2321143734710602413140100
Binary10011010100110011111011100111100011001010000101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,76,251); }

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

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

 a { background-color: rgb(154,76,251); }

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

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

 span { border-color: rgb(154,76,251); }

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