Html Css Color HEX #882EAF Dark Orchid

📋 copy color: '#882EAF'

red 136 ◦ green 46 ◦ blue 175

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

Shades of Dark Orchid #882EAF

Tints of Dark Orchid #882EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

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

R = 38.1%
G = 12.89%
B = 49.02%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#882EAF (or 0x882EAF) is known color: Dark Orchid. HEX triplet: 88, 2E and AF. RGB value is (136,46,175). Sum of RGB (Red+Green+Blue) = 136+46+175=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #882EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882EAF is #77D150. Grayscale: #575757. Windows color (decimal): -7852369 or 11480712. OLE color: 11480712.

HSL color Cylindrical-coordinate representation of color #882EAF: hue angle of 281.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882EAF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 46 175 -
CMYK 0.22 0.74 0 0.31
HSL 281.86º 0.58% 0.43% -
HSV(B) 281.86º 0.74% 0.69% -
XYZ 18.87 10.28 41.55 -
YUV 87.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 136 46 175 0.22 0.74 0 0.31 281.86 0.58 0.43
Hex 88 2E AF 16 4A 0 1F 11A 3A 2B
Octal 210 56 257 26 112 0 37 432 72 53
Binary 10001000 101110 10101111 10110 1001010 0 11111 100011010 111010 101011

Color Harmonies of #882EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EAF

Black with #882EAF

Text Example


Text Example

White with #882EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882EAF; }

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

 H1.HeaderClassName
 {
   color: #882EAF;
 }
 .AnyTagClassName
 {
   color: #882EAF;
 }
</style>

background-color css

<style>
 a { background-color: #882EAF; }

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

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

border-color css

<style>
 span { border-color: #882EAF; }

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

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