Html Css Color HEX #891ECC Dark Orchid

📋 copy color: '#891ECC'

red 137 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #891ECC

Tints of Dark Orchid #891ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 36.93%
G = 8.09%
B = 54.99%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#891ECC (or 0x891ECC) is known color: Dark Orchid. HEX triplet: 89, 1E and CC. RGB value is (137,30,204). Sum of RGB (Red+Green+Blue) = 137+30+204=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #891ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891ECC is #76E133. Grayscale: #515151. Windows color (decimal): -7790900 or 13377161. OLE color: 13377161.

HSL color Cylindrical-coordinate representation of color #891ECC: hue angle of 276.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891ECC is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 30 204 -
CMYK 0.33 0.85 0 0.2
HSL 276.9º 0.74% 0.46% -
HSV(B) 276.9º 0.85% 0.8% -
XYZ 21.68 10.61 58.03 -
YUV 81.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 137 30 204 0.33 0.85 0 0.2 276.9 0.74 0.46
Hex 89 1E CC 21 55 0 14 115 4A 2E
Octal 211 36 314 41 125 0 24 425 112 56
Binary 10001001 11110 11001100 100001 1010101 0 10100 100010101 1001010 101110

Color Harmonies of #891ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891ECC

Black with #891ECC

Text Example


Text Example

White with #891ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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