Html Css Color HEX #891ECA Dark Orchid

📋 copy color: '#891ECA'

red 137 ◦ green 30 ◦ blue 202

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

Shades of Dark Orchid #891ECA

Tints of Dark Orchid #891ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 37.13%
G = 8.13%
B = 54.74%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#891ECA (or 0x891ECA) is known color: Dark Orchid. HEX triplet: 89, 1E and CA. RGB value is (137,30,202). Sum of RGB (Red+Green+Blue) = 137+30+202=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #891ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891ECA is #76E135. Grayscale: #515151. Windows color (decimal): -7790902 or 13246089. OLE color: 13246089.

HSL color Cylindrical-coordinate representation of color #891ECA: hue angle of 277.33º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891ECA is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 30 202 -
CMYK 0.32 0.85 0 0.21
HSL 277.33º 0.74% 0.45% -
HSV(B) 277.33º 0.85% 0.79% -
XYZ 21.44 10.51 56.78 -
YUV 81.6 195.95 167.51 -
System Red Green Blue C M Y K H S L
Decimal 137 30 202 0.32 0.85 0 0.21 277.33 0.74 0.45
Hex 89 1E CA 20 55 0 15 115 4A 2D
Octal 211 36 312 40 125 0 25 425 112 55
Binary 10001001 11110 11001010 100000 1010101 0 10101 100010101 1001010 101101

Color Harmonies of #891ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891ECA

Black with #891ECA

Text Example


Text Example

White with #891ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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