#9C4DEE

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

Shades of Blue Violet #9C4DEE

Tints of Blue Violet #9C4DEE

Color information

#9C4DEE (or 0x9C4DEE) is unknown color: approx Blue Violet. HEX triplet: 9C, 4D and EE. RGB value is (156,77,238). Sum of RGB (Red+Green+Blue) = 156+77+238=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C4DEE is #63B211. Grayscale: #767676. Windows color (decimal): -6533650 or 15617436. OLE color: 15617436.

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

Color convert

RGB15677238-
CMYK0.340.6800.07
HSL269.44º82.56%61.76%-
HSV(B)269.44º67.65%93.33%-
XYZ31.818.5582.79-
YUV118.98195.17154.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.12%
GREEN value IS 77 (30.47% from 255) = 16.35%
BLUE value IS 238 (93.36% from 255) = 50.53%
R=33.12%
G=16.35%
B=50.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal156772380.340.6800.07269.4482.5661.76
Hex9C4DEE22440710d533e
Octal234115356421040741512376
Binary10011100100110111101110100010100010001111000011011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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