#9817FC

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

Shades of Blue Violet #9817FC

Tints of Blue Violet #9817FC

Color information

#9817FC (or 0x9817FC) is unknown color: approx Blue Violet. HEX triplet: 98, 17 and FC. RGB value is (152,23,252). Sum of RGB (Red+Green+Blue) = 152+23+252=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #9817FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9817FC is #67E803. Grayscale: #565656. Windows color (decimal): -6809604 or 16521112. OLE color: 16521112.

HSL color Cylindrical-coordinate representation of color #9817FC: hue angle of 273.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9817FC is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15223252-
CMYK0.400.9100.01
HSL273.8º97.45%53.92%-
HSV(B)273.8º90.87%98.82%-
XYZ30.8314.3293.23-
YUV87.68220.74173.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 23 (9.38% from 255) = 5.39%
BLUE value IS 252 (98.83% from 255) = 59.02%
R=35.60%
G=5.39%
B=59.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal152232520.400.9100.01273.897.4553.92
Hex9817FC285B011126136
Octal23027374501330142214166
Binary1001100010111111111001010001011011011000100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9817FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9817FC; }

 p { color: rgb(152,23,252); }

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

<style>
 a { background-color: #9817FC; }

 a { background-color: rgb(152,23,252); }

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

<style>
 span { border-color: #9817FC; }

 span { border-color: rgb(152,23,252); }

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