#913DB7

Color #913DB7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #913DB7

Tints of Dark Orchid #913DB7

Color information

#913DB7 (or 0x913DB7) is unknown color: approx Dark Orchid. HEX triplet: 91, 3D and B7. RGB value is (145,61,183). Sum of RGB (Red+Green+Blue) = 145+61+183=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #913DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DB7 is #6EC248. Grayscale: #636363. Windows color (decimal): -7258697 or 12008849. OLE color: 12008849.

HSL color Cylindrical-coordinate representation of color #913DB7: hue angle of 281.31º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913DB7 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14561183-
CMYK0.210.6700.28
HSL281.31º50%47.84%-
HSV(B)281.31º66.67%71.76%-
XYZ21.8912.7846.11-
YUV100.02174.83160.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 183 (71.88% from 255) = 47.04%
R=37.28%
G=15.68%
B=47.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal145611830.210.6700.28281.315047.84
Hex913DB7154301C1193230
Octal22175267251030344316260
Binary1001000111110110110111101011000011011100100011001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913DB7; }

 p { color: rgb(145,61,183); }

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

<style>
 a { background-color: #913DB7; }

 a { background-color: rgb(145,61,183); }

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

<style>
 span { border-color: #913DB7; }

 span { border-color: rgb(145,61,183); }

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