Html Css Color HEX #882DBA Dark Orchid

📋 copy color: '#882DBA'

red 136 ◦ green 45 ◦ blue 186

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

Shades of Dark Orchid #882DBA

Tints of Dark Orchid #882DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.26%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 37.06%
G = 12.26%
B = 50.68%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#882DBA (or 0x882DBA) is known color: Dark Orchid. HEX triplet: 88, 2D and BA. RGB value is (136,45,186). Sum of RGB (Red+Green+Blue) = 136+45+186=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #882DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DBA is #77D245. Grayscale: #575757. Windows color (decimal): -7852614 or 12201352. OLE color: 12201352.

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

Color convert

RGB 136 45 186 -
CMYK 0.27 0.76 0 0.27
HSL 278.72º 0.61% 0.45% -
HSV(B) 278.72º 0.76% 0.73% -
XYZ 19.95 10.66 47.46 -
YUV 88.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 136 45 186 0.27 0.76 0 0.27 278.72 0.61 0.45
Hex 88 2D BA 1B 4C 0 1B 117 3D 2D
Octal 210 55 272 33 114 0 33 427 75 55
Binary 10001000 101101 10111010 11011 1001100 0 11011 100010111 111101 101101

Color Harmonies of #882DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882DBA

Black with #882DBA

Text Example


Text Example

White with #882DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,45,186); }

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

background-color css

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

 a { background-color: rgb(136,45,186); }

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

border-color css

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

 span { border-color: rgb(136,45,186); }

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