#8C3DC8

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

Shades of Dark Orchid #8C3DC8

Tints of Dark Orchid #8C3DC8

Color information

#8C3DC8 (or 0x8C3DC8) is unknown color: approx Dark Orchid. HEX triplet: 8C, 3D and C8. RGB value is (140,61,200). Sum of RGB (Red+Green+Blue) = 140+61+200=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #8C3DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DC8 is #73C237. Grayscale: #636363. Windows color (decimal): -7586360 or 13122956. OLE color: 13122956.

HSL color Cylindrical-coordinate representation of color #8C3DC8: hue angle of 274.1º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C3DC8 is Cyan = 0.3, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14061200-
CMYK0.30.6900.22
HSL274.1º55.82%51.18%-
HSV(B)274.1º69.5%78.43%-
XYZ22.9113.0855.96-
YUV100.47184.17156.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 200 (78.52% from 255) = 49.88%
R=34.91%
G=15.21%
B=49.88%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal140612000.30.6900.22274.155.8251.18
Hex8C3DC81E450161123833
Octal21475310361050264227063
Binary1000110011110111001000111101000101010110100010010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3DC8; }

 p { color: rgb(140,61,200); }

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

<style>
 a { background-color: #8C3DC8; }

 a { background-color: rgb(140,61,200); }

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

<style>
 span { border-color: #8C3DC8; }

 span { border-color: rgb(140,61,200); }

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