#9C3AEE

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

Shades of Blue Violet #9C3AEE

Tints of Blue Violet #9C3AEE

Color information

#9C3AEE (or 0x9C3AEE) is unknown color: approx Blue Violet. HEX triplet: 9C, 3A and EE. RGB value is (156,58,238). Sum of RGB (Red+Green+Blue) = 156+58+238=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C3AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3AEE is #63C511. Grayscale: #6B6B6B. Windows color (decimal): -6538514 or 15612572. OLE color: 15612572.

HSL color Cylindrical-coordinate representation of color #9C3AEE: hue angle of 272.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C3AEE is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15658238-
CMYK0.340.7600.07
HSL272.67º84.11%58.04%-
HSV(B)272.67º75.63%93.33%-
XYZ30.6616.2782.41-
YUV107.82201.47162.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 58 (23.05% from 255) = 12.83%
BLUE value IS 238 (93.36% from 255) = 52.65%
R=34.51%
G=12.83%
B=52.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal156582380.340.7600.07272.6784.1158.04
Hex9C3AEE224C07111543a
Octal23472356421140742112472
Binary1001110011101011101110100010100110001111000100011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,58,238); }

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

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

 a { background-color: rgb(156,58,238); }

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

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

 span { border-color: rgb(156,58,238); }

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