Html Css Color HEX #893EBA Dark Orchid

📋 copy color: '#893EBA'

red 137 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #893EBA

Tints of Dark Orchid #893EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 35.58%
G = 16.1%
B = 48.31%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#893EBA (or 0x893EBA) is known color: Dark Orchid. HEX triplet: 89, 3E and BA. RGB value is (137,62,186). Sum of RGB (Red+Green+Blue) = 137+62+186=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #893EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EBA is #76C145. Grayscale: #626262. Windows color (decimal): -7782726 or 12205705. OLE color: 12205705.

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

Color convert

RGB 137 62 186 -
CMYK 0.26 0.67 0 0.27
HSL 276.29º 0.5% 0.49% -
HSV(B) 276.29º 0.67% 0.73% -
XYZ 20.9 12.31 47.73 -
YUV 98.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 137 62 186 0.26 0.67 0 0.27 276.29 0.5 0.49
Hex 89 3E BA 1A 43 0 1B 114 32 31
Octal 211 76 272 32 103 0 33 424 62 61
Binary 10001001 111110 10111010 11010 1000011 0 11011 100010100 110010 110001

Color Harmonies of #893EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893EBA

Black with #893EBA

Text Example


Text Example

White with #893EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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