#9107BC

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

Shades of Dark Violet #9107BC

Tints of Dark Violet #9107BC

Color information

#9107BC (or 0x9107BC) is unknown color: approx Dark Violet. HEX triplet: 91, 07 and BC. RGB value is (145,7,188). Sum of RGB (Red+Green+Blue) = 145+7+188=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #9107BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9107BC is #6EF843. Grayscale: #444444. Windows color (decimal): -7272516 or 12322705. OLE color: 12322705.

HSL color Cylindrical-coordinate representation of color #9107BC: hue angle of 285.75º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9107BC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1457188-
CMYK0.230.9600.26
HSL285.75º92.82%38.24%-
HSV(B)285.75º96.28%73.73%-
XYZ20.839.848.37-
YUV68.9195.22182.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 7 (3.12% from 255) = 2.06%
BLUE value IS 188 (73.83% from 255) = 55.29%
R=42.65%
G=2.06%
B=55.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14571880.230.9600.26285.7592.8238.24
Hex917BC176001A11e5d26
Octal22172742714003243613546
Binary10010001111101111001011111000000110101000111101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9107BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9107BC; }

 p { color: rgb(145,7,188); }

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

<style>
 a { background-color: #9107BC; }

 a { background-color: rgb(145,7,188); }

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

<style>
 span { border-color: #9107BC; }

 span { border-color: rgb(145,7,188); }

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