Html Css Color HEX #893EBC Dark Orchid

📋 copy color: '#893EBC'

red 137 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #893EBC

Tints of Dark Orchid #893EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 35.4%
G = 16.02%
B = 48.58%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#893EBC (or 0x893EBC) is known color: Dark Orchid. HEX triplet: 89, 3E and BC. RGB value is (137,62,188). Sum of RGB (Red+Green+Blue) = 137+62+188=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #893EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EBC is #76C143. Grayscale: #626262. Windows color (decimal): -7782724 or 12336777. OLE color: 12336777.

HSL color Cylindrical-coordinate representation of color #893EBC: hue angle of 275.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893EBC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 62 188 -
CMYK 0.27 0.67 0 0.26
HSL 275.71º 0.5% 0.49% -
HSV(B) 275.71º 0.67% 0.74% -
XYZ 21.12 12.39 48.86 -
YUV 98.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 137 62 188 0.27 0.67 0 0.26 275.71 0.5 0.49
Hex 89 3E BC 1B 43 0 1A 114 32 31
Octal 211 76 274 33 103 0 32 424 62 61
Binary 10001001 111110 10111100 11011 1000011 0 11010 100010100 110010 110001

Color Harmonies of #893EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893EBC

Black with #893EBC

Text Example


Text Example

White with #893EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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