Html Css Color HEX #891DBA Dark Orchid

📋 copy color: '#891DBA'

red 137 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #891DBA

Tints of Dark Orchid #891DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 38.92%
G = 8.24%
B = 52.84%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#891DBA (or 0x891DBA) is known color: Dark Orchid. HEX triplet: 89, 1D and BA. RGB value is (137,29,186). Sum of RGB (Red+Green+Blue) = 137+29+186=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #891DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DBA is #76E245. Grayscale: #4E4E4E. Windows color (decimal): -7791174 or 12197257. OLE color: 12197257.

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

Color convert

RGB 137 29 186 -
CMYK 0.26 0.84 0 0.27
HSL 281.27º 0.73% 0.42% -
HSV(B) 281.27º 0.84% 0.73% -
XYZ 19.62 9.74 47.3 -
YUV 79.19 188.28 169.23 -
System Red Green Blue C M Y K H S L
Decimal 137 29 186 0.26 0.84 0 0.27 281.27 0.73 0.42
Hex 89 1D BA 1A 54 0 1B 119 49 2A
Octal 211 35 272 32 124 0 33 431 111 52
Binary 10001001 11101 10111010 11010 1010100 0 11011 100011001 1001001 101010

Color Harmonies of #891DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891DBA

Black with #891DBA

Text Example


Text Example

White with #891DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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