#913ECF

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

Shades of Dark Orchid #913ECF

Tints of Dark Orchid #913ECF

Color information

#913ECF (or 0x913ECF) is unknown color: approx Dark Orchid. HEX triplet: 91, 3E and CF. RGB value is (145,62,207). Sum of RGB (Red+Green+Blue) = 145+62+207=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #913ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ECF is #6EC130. Grayscale: #666666. Windows color (decimal): -7258417 or 13581969. OLE color: 13581969.

HSL color Cylindrical-coordinate representation of color #913ECF: hue angle of 274.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913ECF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14562207-
CMYK0.300.7000.19
HSL274.34º60.17%52.75%-
HSV(B)274.34º70.05%81.18%-
XYZ24.6613.9760.43-
YUV103.35186.5157.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 62 (24.61% from 255) = 14.98%
BLUE value IS 207 (81.25% from 255) = 50%
R=35.02%
G=14.98%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal145622070.300.7000.19274.3460.1752.75
Hex913ECF1E460131123c35
Octal22176317361060234227465
Binary1001000111111011001111111101000110010011100010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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