#893DCB

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

Shades of Dark Orchid #893DCB

Tints of Dark Orchid #893DCB

Color information

#893DCB (or 0x893DCB) is unknown color: approx Dark Orchid. HEX triplet: 89, 3D and CB. RGB value is (137,61,203). Sum of RGB (Red+Green+Blue) = 137+61+203=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #893DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DCB is #76C234. Grayscale: #636363. Windows color (decimal): -7782965 or 13319561. OLE color: 13319561.

HSL color Cylindrical-coordinate representation of color #893DCB: hue angle of 272.11º degrees, saturation: 0.58, 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 #893DCB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13761203-
CMYK0.330.7000.20
HSL272.11º57.72%51.76%-
HSV(B)272.11º69.95%79.61%-
XYZ22.7612.9757.8-
YUV99.91186.18154.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=34.16%
G=15.21%
B=50.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137612030.330.7000.20272.1157.7251.76
Hex893DCB21460141103a34
Octal21175313411060244207264
Binary10001001111101110010111000011000110010100100010000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,61,203); }

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

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

 a { background-color: rgb(137,61,203); }

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

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

 span { border-color: rgb(137,61,203); }

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