#9A4BEE

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

Shades of Blue Violet #9A4BEE

Tints of Blue Violet #9A4BEE

Color information

#9A4BEE (or 0x9A4BEE) is unknown color: approx Blue Violet. HEX triplet: 9A, 4B and EE. RGB value is (154,75,238). Sum of RGB (Red+Green+Blue) = 154+75+238=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A4BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A4BEE is #65B411. Grayscale: #747474. Windows color (decimal): -6665234 or 15616922. OLE color: 15616922.

HSL color Cylindrical-coordinate representation of color #9A4BEE: hue angle of 269.08º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A4BEE is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15475238-
CMYK0.350.6800.07
HSL269.08º82.74%61.37%-
HSV(B)269.08º68.49%93.33%-
XYZ31.2818.0882.73-
YUV117.2196.17154.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 75 (29.69% from 255) = 16.06%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=32.98%
G=16.06%
B=50.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154752380.350.6800.07269.0882.7461.37
Hex9A4BEE23440710d533d
Octal232113356431040741512375
Binary10011010100101111101110100011100010001111000011011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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