Html Css Color HEX #891EBA Dark Orchid

📋 copy color: '#891EBA'

red 137 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #891EBA

Tints of Dark Orchid #891EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.5%

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

R = 38.81%
G = 8.5%
B = 52.69%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#891EBA (or 0x891EBA) is known color: Dark Orchid. HEX triplet: 89, 1E and BA. RGB value is (137,30,186). Sum of RGB (Red+Green+Blue) = 137+30+186=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #891EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891EBA is #76E145. Grayscale: #4F4F4F. Windows color (decimal): -7790918 or 12197513. OLE color: 12197513.

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

Color convert

RGB 137 30 186 -
CMYK 0.26 0.84 0 0.27
HSL 281.15º 0.72% 0.42% -
HSV(B) 281.15º 0.84% 0.73% -
XYZ 19.64 9.79 47.31 -
YUV 79.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 137 30 186 0.26 0.84 0 0.27 281.15 0.72 0.42
Hex 89 1E BA 1A 54 0 1B 119 48 2A
Octal 211 36 272 32 124 0 33 431 110 52
Binary 10001001 11110 10111010 11010 1010100 0 11011 100011001 1001000 101010

Color Harmonies of #891EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891EBA

Black with #891EBA

Text Example


Text Example

White with #891EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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