#9C1ADC

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

Shades of Blue Violet #9C1ADC

Tints of Blue Violet #9C1ADC

Color information

#9C1ADC (or 0x9C1ADC) is unknown color: approx Blue Violet. HEX triplet: 9C, 1A and DC. RGB value is (156,26,220). Sum of RGB (Red+Green+Blue) = 156+26+220=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C1ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1ADC is #63E523. Grayscale: #565656. Windows color (decimal): -6546724 or 14424732. OLE color: 14424732.

HSL color Cylindrical-coordinate representation of color #9C1ADC: hue angle of 280.21º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1ADC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15626220-
CMYK0.290.8800.14
HSL280.21º78.86%48.24%-
HSV(B)280.21º88.18%86.27%-
XYZ2712.9768.79-
YUV86.99203.07177.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 26 (10.55% from 255) = 6.47%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=38.81%
G=6.47%
B=54.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156262200.290.8800.14280.2178.8648.24
Hex9C1ADC1D580E1184f30
Octal234323343513001643011760
Binary100111001101011011100111011011000011101000110001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,220); }

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

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

 a { background-color: rgb(156,26,220); }

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

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

 span { border-color: rgb(156,26,220); }

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