#893CC1

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

Shades of Dark Orchid #893CC1

Tints of Dark Orchid #893CC1

Color information

#893CC1 (or 0x893CC1) is unknown color: approx Dark Orchid. HEX triplet: 89, 3C and C1. RGB value is (137,60,193). Sum of RGB (Red+Green+Blue) = 137+60+193=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #893CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CC1 is #76C33E. Grayscale: #616161. Windows color (decimal): -7783231 or 12663945. OLE color: 12663945.

HSL color Cylindrical-coordinate representation of color #893CC1: hue angle of 274.74º 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 #893CC1 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13760193-
CMYK0.290.6900.24
HSL274.74º52.57%49.61%-
HSV(B)274.74º68.91%75.69%-
XYZ21.5612.451.71-
YUV98.18181.51155.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=35.13%
G=15.38%
B=49.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137601930.290.6900.24274.7452.5749.61
Hex893CC11D450181133532
Octal21174301351050304236562
Binary1000100111110011000001111011000101011000100010011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893CC1; }

 p { color: rgb(137,60,193); }

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

<style>
 a { background-color: #893CC1; }

 a { background-color: rgb(137,60,193); }

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

<style>
 span { border-color: #893CC1; }

 span { border-color: rgb(137,60,193); }

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