#8C3DBB

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

Shades of Dark Orchid #8C3DBB

Tints of Dark Orchid #8C3DBB

Color information

#8C3DBB (or 0x8C3DBB) is unknown color: approx Dark Orchid. HEX triplet: 8C, 3D and BB. RGB value is (140,61,187). Sum of RGB (Red+Green+Blue) = 140+61+187=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DBB is #73C244. Grayscale: #626262. Windows color (decimal): -7586373 or 12270988. OLE color: 12270988.

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

Color convert

RGB14061187-
CMYK0.250.6700.27
HSL277.62º50.81%48.63%-
HSV(B)277.62º67.38%73.33%-
XYZ21.4512.548.3-
YUV98.98177.67157.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.08%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=36.08%
G=15.72%
B=48.20%

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
Decimal140611870.250.6700.27277.6250.8148.63
Hex8C3DBB194301B1163331
Octal21475273311030334266361
Binary1000110011110110111011110011000011011011100010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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