Html Css Color HEX #891DB8 Dark Orchid

📋 copy color: '#891DB8'

red 137 ◦ green 29 ◦ blue 184

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

Shades of Dark Orchid #891DB8

Tints of Dark Orchid #891DB8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

 BLUE value IS 184 (72.27% from 255) = 52.57%

R = 39.14%
G = 8.29%
B = 52.57%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#891DB8 (or 0x891DB8) is known color: Dark Orchid. HEX triplet: 89, 1D and B8. RGB value is (137,29,184). Sum of RGB (Red+Green+Blue) = 137+29+184=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #891DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DB8 is #76E247. Grayscale: #4E4E4E. Windows color (decimal): -7791176 or 12066185. OLE color: 12066185.

HSL color Cylindrical-coordinate representation of color #891DB8: hue angle of 281.81º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891DB8 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 29 184 -
CMYK 0.26 0.84 0 0.28
HSL 281.81º 0.73% 0.42% -
HSV(B) 281.81º 0.84% 0.72% -
XYZ 19.41 9.66 46.19 -
YUV 78.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 137 29 184 0.26 0.84 0 0.28 281.81 0.73 0.42
Hex 89 1D B8 1A 54 0 1C 11A 49 2A
Octal 211 35 270 32 124 0 34 432 111 52
Binary 10001001 11101 10111000 11010 1010100 0 11100 100011010 1001001 101010

Color Harmonies of #891DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891DB8

Black with #891DB8

Text Example


Text Example

White with #891DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,29,184); }

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

background-color css

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

 a { background-color: rgb(137,29,184); }

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

border-color css

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

 span { border-color: rgb(137,29,184); }

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