Html Css Color HEX #881ACA Dark Orchid

📋 copy color: '#881ACA'

red 136 ◦ green 26 ◦ blue 202

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

Shades of Dark Orchid #881ACA

Tints of Dark Orchid #881ACA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

 BLUE value IS 202 (79.3% from 255) = 55.49%

R = 37.36%
G = 7.14%
B = 55.49%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#881ACA (or 0x881ACA) is known color: Dark Orchid. HEX triplet: 88, 1A and CA. RGB value is (136,26,202). Sum of RGB (Red+Green+Blue) = 136+26+202=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #881ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ACA is #77E535. Grayscale: #4E4E4E. Windows color (decimal): -7857462 or 13245064. OLE color: 13245064.

HSL color Cylindrical-coordinate representation of color #881ACA: hue angle of 277.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881ACA is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 26 202 -
CMYK 0.33 0.87 0 0.21
HSL 277.5º 0.77% 0.45% -
HSV(B) 277.5º 0.87% 0.79% -
XYZ 21.18 10.24 56.74 -
YUV 78.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 136 26 202 0.33 0.87 0 0.21 277.5 0.77 0.45
Hex 88 1A CA 21 57 0 15 116 4D 2D
Octal 210 32 312 41 127 0 25 426 115 55
Binary 10001000 11010 11001010 100001 1010111 0 10101 100010110 1001101 101101

Color Harmonies of #881ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ACA

Black with #881ACA

Text Example


Text Example

White with #881ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,26,202); }

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

background-color css

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

 a { background-color: rgb(136,26,202); }

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

border-color css

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

 span { border-color: rgb(136,26,202); }

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