Html Css Color HEX #891ACB Dark Orchid

📋 copy color: '#891ACB'

red 137 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #891ACB

Tints of Dark Orchid #891ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.1%

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 37.43%
G = 7.1%
B = 55.46%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#891ACB (or 0x891ACB) is known color: Dark Orchid. HEX triplet: 89, 1A and CB. RGB value is (137,26,203). Sum of RGB (Red+Green+Blue) = 137+26+203=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #891ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891ACB is #76E534. Grayscale: #4E4E4E. Windows color (decimal): -7791925 or 13310601. OLE color: 13310601.

HSL color Cylindrical-coordinate representation of color #891ACB: hue angle of 277.63º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891ACB is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 26 203 -
CMYK 0.33 0.87 0 0.20
HSL 277.63º 0.77% 0.45% -
HSV(B) 277.63º 0.87% 0.8% -
XYZ 21.47 10.37 57.37 -
YUV 79.37 197.77 169.11 -
System Red Green Blue C M Y K H S L
Decimal 137 26 203 0.33 0.87 0 0.20 277.63 0.77 0.45
Hex 89 1A CB 21 57 0 14 116 4D 2D
Octal 211 32 313 41 127 0 24 426 115 55
Binary 10001001 11010 11001011 100001 1010111 0 10100 100010110 1001101 101101

Color Harmonies of #891ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891ACB

Black with #891ACB

Text Example


Text Example

White with #891ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,26,203); }

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

background-color css

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

 a { background-color: rgb(137,26,203); }

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

border-color css

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

 span { border-color: rgb(137,26,203); }

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