#913DD0

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

Shades of Dark Orchid #913DD0

Tints of Dark Orchid #913DD0

Color information

#913DD0 (or 0x913DD0) is unknown color: approx Dark Orchid. HEX triplet: 91, 3D and D0. RGB value is (145,61,208). Sum of RGB (Red+Green+Blue) = 145+61+208=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #913DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DD0 is #6EC22F. Grayscale: #666666. Windows color (decimal): -7258672 or 13647249. OLE color: 13647249.

HSL color Cylindrical-coordinate representation of color #913DD0: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #913DD0 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14561208-
CMYK0.300.7100.18
HSL274.29º61%52.75%-
HSV(B)274.29º70.67%81.57%-
XYZ24.7313.9161.06-
YUV102.87187.33158.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 61 (24.22% from 255) = 14.73%
BLUE value IS 208 (81.64% from 255) = 50.24%
R=35.02%
G=14.73%
B=50.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal145612080.300.7100.18274.296152.75
Hex913DD01E470121123d35
Octal22175320361070224227565
Binary1001000111110111010000111101000111010010100010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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