Html Css Color HEX #891ABC Dark Orchid

📋 copy color: '#891ABC'

red 137 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #891ABC

Tints of Dark Orchid #891ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 39.03%
G = 7.41%
B = 53.56%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#891ABC (or 0x891ABC) is known color: Dark Orchid. HEX triplet: 89, 1A and BC. RGB value is (137,26,188). Sum of RGB (Red+Green+Blue) = 137+26+188=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #891ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891ABC is #76E543. Grayscale: #4D4D4D. Windows color (decimal): -7791940 or 12327561. OLE color: 12327561.

HSL color Cylindrical-coordinate representation of color #891ABC: hue angle of 281.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891ABC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 26 188 -
CMYK 0.27 0.86 0 0.26
HSL 281.11º 0.76% 0.42% -
HSV(B) 281.11º 0.86% 0.74% -
XYZ 19.76 9.69 48.41 -
YUV 77.66 190.27 170.33 -
System Red Green Blue C M Y K H S L
Decimal 137 26 188 0.27 0.86 0 0.26 281.11 0.76 0.42
Hex 89 1A BC 1B 56 0 1A 119 4C 2A
Octal 211 32 274 33 126 0 32 431 114 52
Binary 10001001 11010 10111100 11011 1010110 0 11010 100011001 1001100 101010

Color Harmonies of #891ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891ABC

Black with #891ABC

Text Example


Text Example

White with #891ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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