Html Css Color HEX #882FB9 Dark Orchid

📋 copy color: '#882FB9'

red 136 ◦ green 47 ◦ blue 185

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

Shades of Dark Orchid #882FB9

Tints of Dark Orchid #882FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.27%

R = 36.96%
G = 12.77%
B = 50.27%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#882FB9 (or 0x882FB9) is known color: Dark Orchid. HEX triplet: 88, 2F and B9. RGB value is (136,47,185). Sum of RGB (Red+Green+Blue) = 136+47+185=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #882FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FB9 is #77D046. Grayscale: #585858. Windows color (decimal): -7852103 or 12136328. OLE color: 12136328.

HSL color Cylindrical-coordinate representation of color #882FB9: hue angle of 278.7º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882FB9 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 47 185 -
CMYK 0.26 0.75 0 0.27
HSL 278.7º 0.59% 0.45% -
HSV(B) 278.7º 0.75% 0.73% -
XYZ 19.93 10.77 46.93 -
YUV 89.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 136 47 185 0.26 0.75 0 0.27 278.7 0.59 0.45
Hex 88 2F B9 1A 4B 0 1B 117 3B 2D
Octal 210 57 271 32 113 0 33 427 73 55
Binary 10001000 101111 10111001 11010 1001011 0 11011 100010111 111011 101101

Color Harmonies of #882FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882FB9

Black with #882FB9

Text Example


Text Example

White with #882FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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