#883BCE

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

Shades of Dark Orchid #883BCE

Tints of Dark Orchid #883BCE

Color information

#883BCE (or 0x883BCE) is unknown color: approx Dark Orchid. HEX triplet: 88, 3B and CE. RGB value is (136,59,206). Sum of RGB (Red+Green+Blue) = 136+59+206=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #883BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BCE is #77C431. Grayscale: #626262. Windows color (decimal): -7849010 or 13515656. OLE color: 13515656.

HSL color Cylindrical-coordinate representation of color #883BCE: hue angle of 271.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883BCE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13659206-
CMYK0.340.7100.19
HSL271.43º60%51.96%-
HSV(B)271.43º71.36%80.78%-
XYZ22.8612.8259.66-
YUV98.78188.51154.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 59 (23.44% from 255) = 14.71%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=33.92%
G=14.71%
B=51.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136592060.340.7100.19271.436051.96
Hex883BCE224701310f3c34
Octal21073316421070234177464
Binary10001000111011110011101000101000111010011100001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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