#9A4CFF

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

Shades of Blue Violet #9A4CFF

Tints of Blue Violet #9A4CFF

Color information

#9A4CFF (or 0x9A4CFF) is unknown color: approx Blue Violet. HEX triplet: 9A, 4C and FF. RGB value is (154,76,255). Sum of RGB (Red+Green+Blue) = 154+76+255=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A4CFF is #65B300. Grayscale: #777777. Windows color (decimal): -6664961 or 16731290. OLE color: 16731290.

HSL color Cylindrical-coordinate representation of color #9A4CFF: hue angle of 266.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A4CFF is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15476255-
CMYK0.400.7000
HSL266.15º100%64.9%-
HSV(B)266.15º70.2%100%-
XYZ33.9619.2696.54-
YUV119.73204.34152.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 76 (30.08% from 255) = 15.67%
BLUE value IS 255 (100% from 255) = 52.58%
R=31.75%
G=15.67%
B=52.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal154762550.400.7000266.1510064.9
Hex9A4CFF28460010a6441
Octal2321143775010600412144101
Binary1001101010011001111111110100010001100010000101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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