#9A4BE6

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

Shades of Blue Violet #9A4BE6

Tints of Blue Violet #9A4BE6

Color information

#9A4BE6 (or 0x9A4BE6) is unknown color: approx Blue Violet. HEX triplet: 9A, 4B and E6. RGB value is (154,75,230). Sum of RGB (Red+Green+Blue) = 154+75+230=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A4BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A4BE6 is #65B419. Grayscale: #737373. Windows color (decimal): -6665242 or 15092634. OLE color: 15092634.

HSL color Cylindrical-coordinate representation of color #9A4BE6: hue angle of 270.58º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A4BE6 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15475230-
CMYK0.330.6700.10
HSL270.58º75.61%59.8%-
HSV(B)270.58º67.39%90.2%-
XYZ30.1317.6276.68-
YUV116.29192.17154.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 230 (90.23% from 255) = 50.11%
R=33.55%
G=16.34%
B=50.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal154752300.330.6700.10270.5875.6159.8
Hex9A4BE621430A10f4c3c
Octal2321133464110301241711474
Binary100110101001011111001101000011000011010101000011111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,75,230); }

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

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

 a { background-color: rgb(154,75,230); }

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

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

 span { border-color: rgb(154,75,230); }

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