Html Css Color HEX #891AB3 Dark Orchid

📋 copy color: '#891AB3'

red 137 ◦ green 26 ◦ blue 179

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

Shades of Dark Orchid #891AB3

Tints of Dark Orchid #891AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 40.06%
G = 7.6%
B = 52.34%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#891AB3 (or 0x891AB3) is known color: Dark Orchid. HEX triplet: 89, 1A and B3. RGB value is (137,26,179). Sum of RGB (Red+Green+Blue) = 137+26+179=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #891AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891AB3 is #76E54C. Grayscale: #4C4C4C. Windows color (decimal): -7791949 or 11737737. OLE color: 11737737.

HSL color Cylindrical-coordinate representation of color #891AB3: hue angle of 283.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891AB3 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 26 179 -
CMYK 0.23 0.85 0 0.30
HSL 283.53º 0.75% 0.4% -
HSV(B) 283.53º 0.85% 0.7% -
XYZ 18.82 9.31 43.45 -
YUV 76.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 137 26 179 0.23 0.85 0 0.30 283.53 0.75 0.4
Hex 89 1A B3 17 55 0 1E 11C 4B 28
Octal 211 32 263 27 125 0 36 434 113 50
Binary 10001001 11010 10110011 10111 1010101 0 11110 100011100 1001011 101000

Color Harmonies of #891AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891AB3

Black with #891AB3

Text Example


Text Example

White with #891AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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