Html Css Color HEX #882BAF Dark Orchid

📋 copy color: '#882BAF'

red 136 ◦ green 43 ◦ blue 175

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

Shades of Dark Orchid #882BAF

Tints of Dark Orchid #882BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.15%

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

R = 38.42%
G = 12.15%
B = 49.44%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#882BAF (or 0x882BAF) is known color: Dark Orchid. HEX triplet: 88, 2B and AF. RGB value is (136,43,175). Sum of RGB (Red+Green+Blue) = 136+43+175=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #882BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882BAF is #77D450. Grayscale: #555555. Windows color (decimal): -7853137 or 11479944. OLE color: 11479944.

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

Color convert

RGB 136 43 175 -
CMYK 0.22 0.75 0 0.31
HSL 282.27º 0.61% 0.43% -
HSV(B) 282.27º 0.75% 0.69% -
XYZ 18.76 10.06 41.51 -
YUV 85.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 136 43 175 0.22 0.75 0 0.31 282.27 0.61 0.43
Hex 88 2B AF 16 4B 0 1F 11A 3D 2B
Octal 210 53 257 26 113 0 37 432 75 53
Binary 10001000 101011 10101111 10110 1001011 0 11111 100011010 111101 101011

Color Harmonies of #882BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BAF

Black with #882BAF

Text Example


Text Example

White with #882BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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