#9C1FE7

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

Shades of Blue Violet #9C1FE7

Tints of Blue Violet #9C1FE7

Color information

#9C1FE7 (or 0x9C1FE7) is unknown color: approx Blue Violet. HEX triplet: 9C, 1F and E7. RGB value is (156,31,231). Sum of RGB (Red+Green+Blue) = 156+31+231=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #9C1FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1FE7 is #63E018. Grayscale: #5A5A5A. Windows color (decimal): -6545433 or 15146908. OLE color: 15146908.

HSL color Cylindrical-coordinate representation of color #9C1FE7: hue angle of 277.5º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1FE7 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15631231-
CMYK0.320.8700.09
HSL277.5º80.65%51.37%-
HSV(B)277.5º86.58%90.59%-
XYZ28.6213.8276.76-
YUV91.18206.91174.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 31 (12.5% from 255) = 7.42%
BLUE value IS 231 (90.62% from 255) = 55.26%
R=37.32%
G=7.42%
B=55.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal156312310.320.8700.09277.580.6551.37
Hex9C1FE72057091165133
Octal234373474012701142612163
Binary1001110011111111001111000001010111010011000101101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,31,231); }

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

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

 a { background-color: rgb(156,31,231); }

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

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

 span { border-color: rgb(156,31,231); }

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