#893CCA

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

Shades of Dark Orchid #893CCA

Tints of Dark Orchid #893CCA

Color information

#893CCA (or 0x893CCA) is unknown color: approx Dark Orchid. HEX triplet: 89, 3C and CA. RGB value is (137,60,202). Sum of RGB (Red+Green+Blue) = 137+60+202=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #893CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CCA is #76C335. Grayscale: #626262. Windows color (decimal): -7783222 or 13253769. OLE color: 13253769.

HSL color Cylindrical-coordinate representation of color #893CCA: hue angle of 272.54º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893CCA is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13760202-
CMYK0.320.7000.21
HSL272.54º57.26%51.37%-
HSV(B)272.54º70.3%79.22%-
XYZ22.5912.8157.16-
YUV99.21186.01154.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=34.34%
G=15.04%
B=50.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal137602020.320.7000.21272.5457.2651.37
Hex893CCA20460151113933
Octal21174312401060254217163
Binary10001001111100110010101000001000110010101100010001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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