#8C3AB7

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

Shades of Dark Orchid #8C3AB7

Tints of Dark Orchid #8C3AB7

Color information

#8C3AB7 (or 0x8C3AB7) is unknown color: approx Dark Orchid. HEX triplet: 8C, 3A and B7. RGB value is (140,58,183). Sum of RGB (Red+Green+Blue) = 140+58+183=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #8C3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3AB7 is #73C548. Grayscale: #606060. Windows color (decimal): -7587145 or 12008076. OLE color: 12008076.

HSL color Cylindrical-coordinate representation of color #8C3AB7: hue angle of 279.36º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C3AB7 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14058183-
CMYK0.230.6800.28
HSL279.36º51.87%47.25%-
HSV(B)279.36º68.31%71.76%-
XYZ20.8812.0246.02-
YUV96.77176.67158.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.75%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 183 (71.88% from 255) = 48.03%
R=36.75%
G=15.22%
B=48.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140581830.230.6800.28279.3651.8747.25
Hex8C3AB7174401C117342f
Octal21472267271040344276457
Binary1000110011101010110111101111000100011100100010111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,58,183); }

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

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

 a { background-color: rgb(140,58,183); }

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

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

 span { border-color: rgb(140,58,183); }

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