#883bc4

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

Shades of Dark Orchid #883BC4

Tints of Dark Orchid #883BC4

Color information

#883BC4 (or 0x883BC4) is unknown color: approx Dark Orchid. HEX triplet: 88, 3B and C4. RGB value is (136,59,196). Sum of RGB (Red+Green+Blue) = 136+59+196=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #883BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BC4 is #77C43B. Grayscale: #616161. Windows color (decimal): -7849020 or 12860296. OLE color: 12860296.

HSL color Cylindrical-coordinate representation of color #883BC4: hue angle of 273.72º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883BC4 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13659196-
CMYK0.310.7000.23
HSL273.72º53.73%50%-
HSV(B)273.72º69.9%76.86%-
XYZ21.6812.3553.47-
YUV97.64183.51155.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 59 (23.44% from 255) = 15.09%
BLUE value IS 196 (76.95% from 255) = 50.13%
R=34.78%
G=15.09%
B=50.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal136591960.310.7000.23273.7253.7350
Hex883BC41F460171123632
Octal21073304371060274226662
Binary1000100011101111000100111111000110010111100010010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883bc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,59,196); }

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

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

 a { background-color: rgb(136,59,196); }

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

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

 span { border-color: rgb(136,59,196); }

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