#910BF6

Color #910BF6 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #910BF6

Tints of Dark Violet #910BF6

Color information

#910BF6 (or 0x910BF6) is unknown color: approx Dark Violet. HEX triplet: 91, 0B and F6. RGB value is (145,11,246). Sum of RGB (Red+Green+Blue) = 145+11+246=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #910BF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910BF6 is #6EF409. Grayscale: #4D4D4D. Windows color (decimal): -7271434 or 16124817. OLE color: 16124817.

HSL color Cylindrical-coordinate representation of color #910BF6: hue angle of 274.21º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910BF6 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14511246-
CMYK0.410.9600.04
HSL274.21º92.89%50.39%-
HSV(B)274.21º95.53%96.47%-
XYZ28.4312.9188.18-
YUV77.86222.89175.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 246 (96.48% from 255) = 61.19%
R=36.07%
G=2.74%
B=61.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal145112460.410.9600.04274.2192.8950.39
Hex91BF62960041125d32
Octal22113366511400442213562
Binary10010001101111110110101001110000001001000100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910BF6; }

 p { color: rgb(145,11,246); }

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

<style>
 a { background-color: #910BF6; }

 a { background-color: rgb(145,11,246); }

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

<style>
 span { border-color: #910BF6; }

 span { border-color: rgb(145,11,246); }

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