Html Css Color HEX #881CAF Dark Orchid

📋 copy color: '#881CAF'

red 136 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #881CAF

Tints of Dark Orchid #881CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

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

R = 40.12%
G = 8.26%
B = 51.62%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#881CAF (or 0x881CAF) is known color: Dark Orchid. HEX triplet: 88, 1C and AF. RGB value is (136,28,175). Sum of RGB (Red+Green+Blue) = 136+28+175=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #881CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881CAF is #77E350. Grayscale: #4C4C4C. Windows color (decimal): -7856977 or 11476104. OLE color: 11476104.

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

Color convert

RGB 136 28 175 -
CMYK 0.22 0.84 0 0.31
HSL 284.08º 0.72% 0.4% -
HSV(B) 284.08º 0.84% 0.69% -
XYZ 18.31 9.16 41.36 -
YUV 77.05 183.28 170.05 -
System Red Green Blue C M Y K H S L
Decimal 136 28 175 0.22 0.84 0 0.31 284.08 0.72 0.4
Hex 88 1C AF 16 54 0 1F 11C 48 28
Octal 210 34 257 26 124 0 37 434 110 50
Binary 10001000 11100 10101111 10110 1010100 0 11111 100011100 1001000 101000

Color Harmonies of #881CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881CAF

Black with #881CAF

Text Example


Text Example

White with #881CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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