#9619FC

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

Shades of Blue Violet #9619FC

Tints of Blue Violet #9619FC

Color information

#9619FC (or 0x9619FC) is unknown color: approx Blue Violet. HEX triplet: 96, 19 and FC. RGB value is (150,25,252). Sum of RGB (Red+Green+Blue) = 150+25+252=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 25 (10.16% from 255 or 5.85% 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 #9619FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9619FC is #69E603. Grayscale: #575757. Windows color (decimal): -6940164 or 16521622. OLE color: 16521622.

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

Color convert

RGB15025252-
CMYK0.400.9000.01
HSL273.04º97.42%54.31%-
HSV(B)273.04º90.08%98.82%-
XYZ30.514.2193.23-
YUV88.25220.41172.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 25 (10.16% from 255) = 5.85%
BLUE value IS 252 (98.83% from 255) = 59.02%
R=35.13%
G=5.85%
B=59.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150252520.400.9000.01273.0497.4254.31
Hex9619FC285A011116136
Octal22631374501320142114166
Binary1001011011001111111001010001011010011000100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9619FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,25,252); }

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

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

 a { background-color: rgb(150,25,252); }

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

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

 span { border-color: rgb(150,25,252); }

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