#883FC4

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

Shades of Dark Orchid #883FC4

Tints of Dark Orchid #883FC4

Color information

#883FC4 (or 0x883FC4) is unknown color: approx Dark Orchid. HEX triplet: 88, 3F and C4. RGB value is (136,63,196). Sum of RGB (Red+Green+Blue) = 136+63+196=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #883FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FC4 is #77C03B. Grayscale: #636363. Windows color (decimal): -7847996 or 12861320. OLE color: 12861320.

HSL color Cylindrical-coordinate representation of color #883FC4: hue angle of 272.93º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883FC4 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13663196-
CMYK0.310.6800.23
HSL272.93º52.99%50.78%-
HSV(B)272.93º67.86%76.86%-
XYZ21.8912.7753.54-
YUV99.99182.18153.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 196 (76.95% from 255) = 49.62%
R=34.43%
G=15.95%
B=49.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal136631960.310.6800.23272.9352.9950.78
Hex883FC41F440171113533
Octal21077304371040274216563
Binary1000100011111111000100111111000100010111100010001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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