#9C27F1

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

Shades of Blue Violet #9C27F1

Tints of Blue Violet #9C27F1

Color information

#9C27F1 (or 0x9C27F1) is unknown color: approx Blue Violet. HEX triplet: 9C, 27 and F1. RGB value is (156,39,241). Sum of RGB (Red+Green+Blue) = 156+39+241=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C27F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C27F1 is #63D80E. Grayscale: #606060. Windows color (decimal): -6543375 or 15804316. OLE color: 15804316.

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

Color convert

RGB15639241-
CMYK0.350.8400.05
HSL274.75º87.83%54.9%-
HSV(B)274.75º83.82%94.51%-
XYZ30.3114.8784.49-
YUV97.01209.26170.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 39 (15.62% from 255) = 8.94%
BLUE value IS 241 (94.53% from 255) = 55.28%
R=35.78%
G=8.94%
B=55.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156392410.350.8400.05274.7587.8354.9
Hex9C27F12354051135837
Octal23447361431240542313067
Binary1001110010011111110001100011101010001011000100111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C27F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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