#913CC2

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

Shades of Dark Orchid #913CC2

Tints of Dark Orchid #913CC2

Color information

#913CC2 (or 0x913CC2) is unknown color: approx Dark Orchid. HEX triplet: 91, 3C and C2. RGB value is (145,60,194). Sum of RGB (Red+Green+Blue) = 145+60+194=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #913CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CC2 is #6EC33D. Grayscale: #646464. Windows color (decimal): -7258942 or 12729489. OLE color: 12729489.

HSL color Cylindrical-coordinate representation of color #913CC2: hue angle of 278.06º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913CC2 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14560194-
CMYK0.250.6900.24
HSL278.06º52.76%49.8%-
HSV(B)278.06º69.07%76.08%-
XYZ23.0313.1552.36-
YUV100.69180.66159.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 194 (76.17% from 255) = 48.62%
R=36.34%
G=15.04%
B=48.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal145601940.250.6900.24278.0652.7649.8
Hex913CC219450181163532
Octal22174302311050304266562
Binary1001000111110011000010110011000101011000100010110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,60,194); }

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

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

 a { background-color: rgb(145,60,194); }

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

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

 span { border-color: rgb(145,60,194); }

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