#913DCD

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

Shades of Dark Orchid #913DCD

Tints of Dark Orchid #913DCD

Color information

#913DCD (or 0x913DCD) is unknown color: approx Dark Orchid. HEX triplet: 91, 3D and CD. RGB value is (145,61,205). Sum of RGB (Red+Green+Blue) = 145+61+205=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #913DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DCD is #6EC232. Grayscale: #666666. Windows color (decimal): -7258675 or 13450641. OLE color: 13450641.

HSL color Cylindrical-coordinate representation of color #913DCD: hue angle of 275º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913DCD is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14561205-
CMYK0.290.7000.20
HSL275º59.02%52.16%-
HSV(B)275º70.24%80.39%-
XYZ24.3713.7759.13-
YUV102.53185.83158.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 61 (24.22% from 255) = 14.84%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=35.28%
G=14.84%
B=49.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal145612050.290.7000.2027559.0252.16
Hex913DCD1D460141133b34
Octal22175315351060244237364
Binary1001000111110111001101111011000110010100100010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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