#883FBD

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

Shades of Dark Orchid #883FBD

Tints of Dark Orchid #883FBD

Color information

#883FBD (or 0x883FBD) is unknown color: approx Dark Orchid. HEX triplet: 88, 3F and BD. RGB value is (136,63,189). Sum of RGB (Red+Green+Blue) = 136+63+189=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #883FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FBD is #77C042. Grayscale: #626262. Windows color (decimal): -7848003 or 12402568. OLE color: 12402568.

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

Color convert

RGB13663189-
CMYK0.280.6700.26
HSL274.76º50%49.41%-
HSV(B)274.76º66.67%74.12%-
XYZ21.1212.4649.44-
YUV99.19178.68154.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 63 (25% from 255) = 16.24%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=35.05%
G=16.24%
B=48.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136631890.280.6700.26274.765049.41
Hex883FBD1C4301A1133231
Octal21077275341030324236261
Binary1000100011111110111101111001000011011010100010011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,63,189); }

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

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

 a { background-color: rgb(136,63,189); }

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

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

 span { border-color: rgb(136,63,189); }

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