#9C4CED

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

Shades of Blue Violet #9C4CED

Tints of Blue Violet #9C4CED

Color information

#9C4CED (or 0x9C4CED) is unknown color: approx Blue Violet. HEX triplet: 9C, 4C and ED. RGB value is (156,76,237). Sum of RGB (Red+Green+Blue) = 156+76+237=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4CED is #63B312. Grayscale: #757575. Windows color (decimal): -6533907 or 15551644. OLE color: 15551644.

HSL color Cylindrical-coordinate representation of color #9C4CED: hue angle of 269.81º degrees, saturation: 0.82, 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 #9C4CED is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15676237-
CMYK0.340.6800.07
HSL269.81º81.73%61.37%-
HSV(B)269.81º67.93%92.94%-
XYZ31.5818.3582-
YUV118.27195154.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 76 (30.08% from 255) = 16.20%
BLUE value IS 237 (92.97% from 255) = 50.53%
R=33.26%
G=16.20%
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
Decimal156762370.340.6800.07269.8181.7361.37
Hex9C4CED22440710e523d
Octal234114355421040741612275
Binary10011100100110011101101100010100010001111000011101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,76,237); }

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

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

 a { background-color: rgb(156,76,237); }

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

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

 span { border-color: rgb(156,76,237); }

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