#9100BD

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

Shades of Dark Violet #9100BD

Tints of Dark Violet #9100BD

Color information

#9100BD (or 0x9100BD) is unknown color: approx Dark Violet. HEX triplet: 91, 00 and BD. RGB value is (145,0,189). Sum of RGB (Red+Green+Blue) = 145+0+189=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #9100BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9100BD is #6EFF42. Grayscale: #404040. Windows color (decimal): -7274307 or 12386449. OLE color: 12386449.

HSL color Cylindrical-coordinate representation of color #9100BD: hue angle of 286.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100BD is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1450189-
CMYK0.23100.26
HSL286.03º100%37.06%-
HSV(B)286.03º100%74.12%-
XYZ20.869.6948.92-
YUV64.9198.04185.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=43.41%
G=0%
B=56.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14501890.23100.26286.0310037.06
Hex910BD176401A11e6425
Octal22102752714403243614445
Binary100100010101111011011111001000110101000111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9100BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9100BD; }

 p { color: rgb(145,0,189); }

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

<style>
 a { background-color: #9100BD; }

 a { background-color: rgb(145,0,189); }

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

<style>
 span { border-color: #9100BD; }

 span { border-color: rgb(145,0,189); }

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