#9C1FF1

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

Shades of Blue Violet #9C1FF1

Tints of Blue Violet #9C1FF1

Color information

#9C1FF1 (or 0x9C1FF1) is unknown color: approx Blue Violet. HEX triplet: 9C, 1F and F1. RGB value is (156,31,241). Sum of RGB (Red+Green+Blue) = 156+31+241=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C1FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1FF1 is #63E00E. Grayscale: #5B5B5B. Windows color (decimal): -6545423 or 15802268. OLE color: 15802268.

HSL color Cylindrical-coordinate representation of color #9C1FF1: hue angle of 275.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1FF1 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15631241-
CMYK0.350.8700.05
HSL275.71º88.24%53.33%-
HSV(B)275.71º87.14%94.51%-
XYZ30.0814.484.41-
YUV92.32211.91173.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 31 (12.5% from 255) = 7.24%
BLUE value IS 241 (94.53% from 255) = 56.31%
R=36.45%
G=7.24%
B=56.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156312410.350.8700.05275.7188.2453.33
Hex9C1FF12357051145835
Octal23437361431270542413065
Binary100111001111111110001100011101011101011000101001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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