Html Css Color HEX #881DAF Dark Orchid

📋 copy color: '#881DAF'

red 136 ◦ green 29 ◦ blue 175

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

Shades of Dark Orchid #881DAF

Tints of Dark Orchid #881DAF

RGB

 RED value IS 136 (53.52% from 255) = 40%

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

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

R = 40%
G = 8.53%
B = 51.47%

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

#881DAF (or 0x881DAF) is known color: Dark Orchid. HEX triplet: 88, 1D and AF. RGB value is (136,29,175). Sum of RGB (Red+Green+Blue) = 136+29+175=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #881DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DAF is #77E250. Grayscale: #4D4D4D. Windows color (decimal): -7856721 or 11476360. OLE color: 11476360.

HSL color Cylindrical-coordinate representation of color #881DAF: hue angle of 283.97º 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 #881DAF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 29 175 -
CMYK 0.22 0.83 0 0.31
HSL 283.97º 0.72% 0.4% -
HSV(B) 283.97º 0.83% 0.69% -
XYZ 18.33 9.21 41.37 -
YUV 77.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 136 29 175 0.22 0.83 0 0.31 283.97 0.72 0.4
Hex 88 1D AF 16 53 0 1F 11C 48 28
Octal 210 35 257 26 123 0 37 434 110 50
Binary 10001000 11101 10101111 10110 1010011 0 11111 100011100 1001000 101000

Color Harmonies of #881DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DAF

Black with #881DAF

Text Example


Text Example

White with #881DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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