Html Css Color HEX #882FAF Dark Orchid

📋 copy color: '#882FAF'

red 136 ◦ green 47 ◦ blue 175

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

Shades of Dark Orchid #882FAF

Tints of Dark Orchid #882FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.13%

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

R = 37.99%
G = 13.13%
B = 48.88%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#882FAF (or 0x882FAF) is known color: Dark Orchid. HEX triplet: 88, 2F and AF. RGB value is (136,47,175). Sum of RGB (Red+Green+Blue) = 136+47+175=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #882FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882FAF is #77D050. Grayscale: #575757. Windows color (decimal): -7852113 or 11480968. OLE color: 11480968.

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

Color convert

RGB 136 47 175 -
CMYK 0.22 0.73 0 0.31
HSL 281.72º 0.58% 0.44% -
HSV(B) 281.72º 0.73% 0.69% -
XYZ 18.91 10.36 41.56 -
YUV 88.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 136 47 175 0.22 0.73 0 0.31 281.72 0.58 0.44
Hex 88 2F AF 16 49 0 1F 11A 3A 2C
Octal 210 57 257 26 111 0 37 432 72 54
Binary 10001000 101111 10101111 10110 1001001 0 11111 100011010 111010 101100

Color Harmonies of #882FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882FAF

Black with #882FAF

Text Example


Text Example

White with #882FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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