#883CBD

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

Shades of Dark Orchid #883CBD

Tints of Dark Orchid #883CBD

Color information

#883CBD (or 0x883CBD) is unknown color: approx Dark Orchid. HEX triplet: 88, 3C and BD. RGB value is (136,60,189). Sum of RGB (Red+Green+Blue) = 136+60+189=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #883CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CBD is #77C342. Grayscale: #606060. Windows color (decimal): -7848771 or 12401800. OLE color: 12401800.

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

Color convert

RGB13660189-
CMYK0.280.6800.26
HSL275.35º51.81%48.82%-
HSV(B)275.35º68.25%74.12%-
XYZ20.9512.1449.38-
YUV97.43179.68155.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=35.32%
G=15.58%
B=49.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136601890.280.6800.26275.3551.8148.82
Hex883CBD1C4401A1133431
Octal21074275341040324236461
Binary1000100011110010111101111001000100011010100010011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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