#9C17F2

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

Shades of Blue Violet #9C17F2

Tints of Blue Violet #9C17F2

Color information

#9C17F2 (or 0x9C17F2) is unknown color: approx Blue Violet. HEX triplet: 9C, 17 and F2. RGB value is (156,23,242). Sum of RGB (Red+Green+Blue) = 156+23+242=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #9C17F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C17F2 is #63E80D. Grayscale: #565656. Windows color (decimal): -6547470 or 15865756. OLE color: 15865756.

HSL color Cylindrical-coordinate representation of color #9C17F2: hue angle of 276.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C17F2 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15623242-
CMYK0.360.9000.05
HSL276.44º89.39%51.96%-
HSV(B)276.44º90.5%94.9%-
XYZ30.0414.0985.14-
YUV87.73215.06176.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 23 (9.38% from 255) = 5.46%
BLUE value IS 242 (94.92% from 255) = 57.48%
R=37.05%
G=5.46%
B=57.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156232420.360.9000.05276.4489.3951.96
Hex9C17F2245A051145934
Octal23427362441320542413164
Binary100111001011111110010100100101101001011000101001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C17F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,23,242); }

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

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

 a { background-color: rgb(156,23,242); }

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

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

 span { border-color: rgb(156,23,242); }

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