Html Css Color HEX #893ECE Dark Orchid

📋 copy color: '#893ECE'

red 137 ◦ green 62 ◦ blue 206

#893ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #893ECE

Tints of Dark Orchid #893ECE

RGB

 RED value IS 137 (53.91% from 255) = 33.83%

 GREEN value IS 62 (24.61% from 255) = 15.31%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 33.83%
G = 15.31%
B = 50.86%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#893ECE (or 0x893ECE) is known color: Dark Orchid. HEX triplet: 89, 3E and CE. RGB value is (137,62,206). Sum of RGB (Red+Green+Blue) = 137+62+206=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #893ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ECE is #76C131. Grayscale: #646464. Windows color (decimal): -7782706 or 13516425. OLE color: 13516425.

HSL color Cylindrical-coordinate representation of color #893ECE: hue angle of 271.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893ECE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 62 206 -
CMYK 0.33 0.70 0 0.19
HSL 271.25º 0.6% 0.53% -
HSV(B) 271.25º 0.7% 0.81% -
XYZ 23.18 13.22 59.72 -
YUV 100.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 137 62 206 0.33 0.70 0 0.19 271.25 0.6 0.53
Hex 89 3E CE 21 46 0 13 10F 3C 35
Octal 211 76 316 41 106 0 23 417 74 65
Binary 10001001 111110 11001110 100001 1000110 0 10011 100001111 111100 110101

Color Harmonies of #893ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893ECE

Black with #893ECE

Text Example


Text Example

White with #893ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,62,206); }

 H1.HeaderClassName
 {
   color: #893ECE;
 }
 .AnyTagClassName
 {
   color: #893ECE;
 }
</style>

background-color css

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

 a { background-color: rgb(137,62,206); }

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

border-color css

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

 span { border-color: rgb(137,62,206); }

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