Html Css Color HEX #891DAF Dark Orchid

📋 copy color: '#891DAF'

red 137 ◦ green 29 ◦ blue 175

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

Shades of Dark Orchid #891DAF

Tints of Dark Orchid #891DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.32%

R = 40.18%
G = 8.5%
B = 51.32%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#891DAF (or 0x891DAF) is known color: Dark Orchid. HEX triplet: 89, 1D and AF. RGB value is (137,29,175). Sum of RGB (Red+Green+Blue) = 137+29+175=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #891DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891DAF is #76E250. Grayscale: #4D4D4D. Windows color (decimal): -7791185 or 11476361. OLE color: 11476361.

HSL color Cylindrical-coordinate representation of color #891DAF: hue angle of 284.38º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891DAF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 29 175 -
CMYK 0.22 0.83 0 0.31
HSL 284.38º 0.72% 0.4% -
HSV(B) 284.38º 0.83% 0.69% -
XYZ 18.49 9.29 41.38 -
YUV 77.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 137 29 175 0.22 0.83 0 0.31 284.38 0.72 0.4
Hex 89 1D AF 16 53 0 1F 11C 48 28
Octal 211 35 257 26 123 0 37 434 110 50
Binary 10001001 11101 10101111 10110 1010011 0 11111 100011100 1001000 101000

Color Harmonies of #891DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891DAF

Black with #891DAF

Text Example


Text Example

White with #891DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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