Html Css Color HEX #882ABE Dark Orchid

📋 copy color: '#882ABE'

red 136 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #882ABE

Tints of Dark Orchid #882ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 36.96%
G = 11.41%
B = 51.63%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#882ABE (or 0x882ABE) is known color: Dark Orchid. HEX triplet: 88, 2A and BE. RGB value is (136,42,190). Sum of RGB (Red+Green+Blue) = 136+42+190=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #882ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ABE is #77D541. Grayscale: #565656. Windows color (decimal): -7853378 or 12462728. OLE color: 12462728.

HSL color Cylindrical-coordinate representation of color #882ABE: hue angle of 278.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882ABE is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 42 190 -
CMYK 0.28 0.78 0 0.25
HSL 278.11º 0.64% 0.45% -
HSV(B) 278.11º 0.78% 0.75% -
XYZ 20.28 10.61 49.69 -
YUV 86.98 186.14 162.97 -
System Red Green Blue C M Y K H S L
Decimal 136 42 190 0.28 0.78 0 0.25 278.11 0.64 0.45
Hex 88 2A BE 1C 4E 0 19 116 40 2D
Octal 210 52 276 34 116 0 31 426 100 55
Binary 10001000 101010 10111110 11100 1001110 0 11001 100010110 1000000 101101

Color Harmonies of #882ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882ABE

Black with #882ABE

Text Example


Text Example

White with #882ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,42,190); }

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

background-color css

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

 a { background-color: rgb(136,42,190); }

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

border-color css

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

 span { border-color: rgb(136,42,190); }

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