#8C3DBA

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

Shades of Dark Orchid #8C3DBA

Tints of Dark Orchid #8C3DBA

Color information

#8C3DBA (or 0x8C3DBA) is unknown color: approx Dark Orchid. HEX triplet: 8C, 3D and BA. RGB value is (140,61,186). Sum of RGB (Red+Green+Blue) = 140+61+186=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DBA is #73C245. Grayscale: #626262. Windows color (decimal): -7586374 or 12205452. OLE color: 12205452.

HSL color Cylindrical-coordinate representation of color #8C3DBA: hue angle of 277.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3DBA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14061186-
CMYK0.250.6700.27
HSL277.92º50.61%48.43%-
HSV(B)277.92º67.2%72.94%-
XYZ21.3512.4647.73-
YUV98.87177.17157.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.18%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=36.18%
G=15.76%
B=48.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140611860.250.6700.27277.9250.6148.43
Hex8C3DBA194301B1163330
Octal21475272311030334266360
Binary1000110011110110111010110011000011011011100010110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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