#883CB7

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

Shades of Dark Orchid #883CB7

Tints of Dark Orchid #883CB7

Color information

#883CB7 (or 0x883CB7) is unknown color: approx Dark Orchid. HEX triplet: 88, 3C and B7. RGB value is (136,60,183). Sum of RGB (Red+Green+Blue) = 136+60+183=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #883CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CB7 is #77C348. Grayscale: #606060. Windows color (decimal): -7848777 or 12008584. OLE color: 12008584.

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

Color convert

RGB13660183-
CMYK0.260.6700.28
HSL277.07º50.62%47.65%-
HSV(B)277.07º67.21%71.76%-
XYZ20.3211.8846.02-
YUV96.75176.68156-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 60 (23.83% from 255) = 15.83%
BLUE value IS 183 (71.88% from 255) = 48.28%
R=35.88%
G=15.83%
B=48.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136601830.260.6700.28277.0750.6247.65
Hex883CB71A4301C1153330
Octal21074267321030344256360
Binary1000100011110010110111110101000011011100100010101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,60,183); }

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

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

 a { background-color: rgb(136,60,183); }

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

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

 span { border-color: rgb(136,60,183); }

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