#9C46EF

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

Shades of Blue Violet #9C46EF

Tints of Blue Violet #9C46EF

Color information

#9C46EF (or 0x9C46EF) is unknown color: approx Blue Violet. HEX triplet: 9C, 46 and EF. RGB value is (156,70,239). Sum of RGB (Red+Green+Blue) = 156+70+239=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C46EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C46EF is #63B910. Grayscale: #727272. Windows color (decimal): -6535441 or 15681180. OLE color: 15681180.

HSL color Cylindrical-coordinate representation of color #9C46EF: hue angle of 270.53º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C46EF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15670239-
CMYK0.350.7100.06
HSL270.53º84.08%60.59%-
HSV(B)270.53º70.71%93.73%-
XYZ31.4817.6883.41-
YUV114.98197.99157.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 70 (27.73% from 255) = 15.05%
BLUE value IS 239 (93.75% from 255) = 51.40%
R=33.55%
G=15.05%
B=51.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal156702390.350.7100.06270.5384.0860.59
Hex9C46EF23470610f543d
Octal234106357431070641712475
Binary10011100100011011101111100011100011101101000011111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C46EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,70,239); }

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

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

 a { background-color: rgb(156,70,239); }

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

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

 span { border-color: rgb(156,70,239); }

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