#913EBD

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

Shades of Dark Orchid #913EBD

Tints of Dark Orchid #913EBD

Color information

#913EBD (or 0x913EBD) is unknown color: approx Dark Orchid. HEX triplet: 91, 3E and BD. RGB value is (145,62,189). Sum of RGB (Red+Green+Blue) = 145+62+189=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #913EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913EBD is #6EC142. Grayscale: #646464. Windows color (decimal): -7258435 or 12402321. OLE color: 12402321.

HSL color Cylindrical-coordinate representation of color #913EBD: hue angle of 279.21º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913EBD is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14562189-
CMYK0.230.6700.26
HSL279.21º50.6%49.22%-
HSV(B)279.21º67.2%74.12%-
XYZ22.5813.1449.49-
YUV101.29177.5159.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=36.62%
G=15.66%
B=47.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145621890.230.6700.26279.2150.649.22
Hex913EBD174301A1173331
Octal22176275271030324276361
Binary1001000111111010111101101111000011011010100010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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