#883DBA

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

Shades of Dark Orchid #883DBA

Tints of Dark Orchid #883DBA

Color information

#883DBA (or 0x883DBA) is unknown color: approx Dark Orchid. HEX triplet: 88, 3D and BA. RGB value is (136,61,186). Sum of RGB (Red+Green+Blue) = 136+61+186=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #883DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DBA is #77C245. Grayscale: #616161. Windows color (decimal): -7848518 or 12205448. OLE color: 12205448.

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

Color convert

RGB13661186-
CMYK0.270.6700.27
HSL276º50.61%48.43%-
HSV(B)276º67.2%72.94%-
XYZ20.6912.1247.7-
YUV97.68177.85155.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=35.51%
G=15.93%
B=48.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136611860.270.6700.2727650.6148.43
Hex883DBA1B4301B1143330
Octal21075272331030334246360
Binary1000100011110110111010110111000011011011100010100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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