#9101BE

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

Shades of Dark Violet #9101BE

Tints of Dark Violet #9101BE

Color information

#9101BE (or 0x9101BE) is unknown color: approx Dark Violet. HEX triplet: 91, 01 and BE. RGB value is (145,1,190). Sum of RGB (Red+Green+Blue) = 145+1+190=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #9101BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9101BE is #6EFE41. Grayscale: #404040. Windows color (decimal): -7274050 or 12452241. OLE color: 12452241.

HSL color Cylindrical-coordinate representation of color #9101BE: hue angle of 285.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9101BE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1451190-
CMYK0.240.9900.25
HSL285.71º98.95%37.45%-
HSV(B)285.71º99.47%74.51%-
XYZ20.989.7649.49-
YUV65.6198.21184.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=43.15%
G=0.30%
B=56.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14511900.240.9900.25285.7198.9537.45
Hex911BE186301911e6325
Octal22112763014303143614345
Binary100100011101111101100011000110110011000111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9101BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9101BE; }

 p { color: rgb(145,1,190); }

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

<style>
 a { background-color: #9101BE; }

 a { background-color: rgb(145,1,190); }

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

<style>
 span { border-color: #9101BE; }

 span { border-color: rgb(145,1,190); }

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