#883ab7

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

Shades of Dark Orchid #883AB7

Tints of Dark Orchid #883AB7

Color information

#883AB7 (or 0x883AB7) is unknown color: approx Dark Orchid. HEX triplet: 88, 3A and B7. RGB value is (136,58,183). Sum of RGB (Red+Green+Blue) = 136+58+183=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #883AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883AB7 is #77C548. Grayscale: #5F5F5F. Windows color (decimal): -7849289 or 12008072. OLE color: 12008072.

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

Color convert

RGB13658183-
CMYK0.260.6800.28
HSL277.44º51.87%47.25%-
HSV(B)277.44º68.31%71.76%-
XYZ20.2111.6845.99-
YUV95.57177.34156.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 183 (71.88% from 255) = 48.54%
R=36.07%
G=15.38%
B=48.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136581830.260.6800.28277.4451.8747.25
Hex883AB71A4401C115342f
Octal21072267321040344256457
Binary1000100011101010110111110101000100011100100010101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883ab7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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