#910BBD

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

Shades of Dark Violet #910BBD

Tints of Dark Violet #910BBD

Color information

#910BBD (or 0x910BBD) is unknown color: approx Dark Violet. HEX triplet: 91, 0B and BD. RGB value is (145,11,189). Sum of RGB (Red+Green+Blue) = 145+11+189=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #910BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910BBD is #6EF442. Grayscale: #464646. Windows color (decimal): -7271491 or 12389265. OLE color: 12389265.

HSL color Cylindrical-coordinate representation of color #910BBD: hue angle of 285.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910BBD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14511189-
CMYK0.230.9400.26
HSL285.17º89%39.22%-
HSV(B)285.17º94.18%74.12%-
XYZ20.989.9348.96-
YUV71.36194.39180.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 11 (4.69% from 255) = 3.19%
BLUE value IS 189 (74.22% from 255) = 54.78%
R=42.03%
G=3.19%
B=54.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145111890.230.9400.26285.178939.22
Hex91BBD175E01A11d5927
Octal221132752713603243513147
Binary100100011011101111011011110111100110101000111011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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