Html Css Color HEX #891CCA Dark Orchid

📋 copy color: '#891CCA'

red 137 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #891CCA

Tints of Dark Orchid #891CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.63%

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

R = 37.33%
G = 7.63%
B = 55.04%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#891CCA (or 0x891CCA) is known color: Dark Orchid. HEX triplet: 89, 1C and CA. RGB value is (137,28,202). Sum of RGB (Red+Green+Blue) = 137+28+202=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #891CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891CCA is #76E335. Grayscale: #4F4F4F. Windows color (decimal): -7791414 or 13245577. OLE color: 13245577.

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

Color convert

RGB 137 28 202 -
CMYK 0.32 0.86 0 0.21
HSL 277.59º 0.76% 0.45% -
HSV(B) 277.59º 0.86% 0.79% -
XYZ 21.39 10.41 56.76 -
YUV 80.43 196.61 168.35 -
System Red Green Blue C M Y K H S L
Decimal 137 28 202 0.32 0.86 0 0.21 277.59 0.76 0.45
Hex 89 1C CA 20 56 0 15 116 4C 2D
Octal 211 34 312 40 126 0 25 426 114 55
Binary 10001001 11100 11001010 100000 1010110 0 10101 100010110 1001100 101101

Color Harmonies of #891CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891CCA

Black with #891CCA

Text Example


Text Example

White with #891CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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