#883EBE

Color #883EBE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #883EBE

Tints of Dark Orchid #883EBE

Color information

#883EBE (or 0x883EBE) is unknown color: approx Dark Orchid. HEX triplet: 88, 3E and BE. RGB value is (136,62,190). Sum of RGB (Red+Green+Blue) = 136+62+190=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #883EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883EBE is #77C141. Grayscale: #626262. Windows color (decimal): -7848258 or 12467848. OLE color: 12467848.

HSL color Cylindrical-coordinate representation of color #883EBE: hue angle of 274.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883EBE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13662190-
CMYK0.280.6700.25
HSL274.69º50.79%49.41%-
HSV(B)274.69º67.37%74.51%-
XYZ21.1712.449.99-
YUV98.72179.52154.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=35.05%
G=15.98%
B=48.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136621900.280.6700.25274.6950.7949.41
Hex883EBE1C430191133331
Octal21076276341030314236361
Binary1000100011111010111110111001000011011001100010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883EBE; }

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

 H1.HeaderClassName
 {
   color: #883EBE;
 }
 .AnyTagClassName
 {
   color: #883EBE;
 }
</style>
background-color css

<style>
 a { background-color: #883EBE; }

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

 div.DivClassName
 {
   background-color: #883EBE;
 }
 .BgClassName
 {
   background-color: #883EBE;
 }
</style>
border-color css

<style>
 span { border-color: #883EBE; }

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

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