#913CCC

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

Shades of Dark Orchid #913CCC

Tints of Dark Orchid #913CCC

Color information

#913CCC (or 0x913CCC) is unknown color: approx Dark Orchid. HEX triplet: 91, 3C and CC. RGB value is (145,60,204). Sum of RGB (Red+Green+Blue) = 145+60+204=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #913CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CCC is #6EC333. Grayscale: #656565. Windows color (decimal): -7258932 or 13384849. OLE color: 13384849.

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

Color convert

RGB14560204-
CMYK0.290.7100.2
HSL275.42º58.54%51.76%-
HSV(B)275.42º70.59%80%-
XYZ24.1913.6158.48-
YUV101.83185.66158.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 60 (23.83% from 255) = 14.67%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=35.45%
G=14.67%
B=49.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal145602040.290.7100.2275.4258.5451.76
Hex913CCC1D470141133b34
Octal22174314351070244237364
Binary1001000111110011001100111011000111010100100010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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