#8B1CAD

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

Shades of Dark Orchid #8B1CAD

Tints of Dark Orchid #8B1CAD

Color information

#8B1CAD (or 0x8B1CAD) is unknown color: approx Dark Orchid. HEX triplet: 8B, 1C and AD. RGB value is (139,28,173). Sum of RGB (Red+Green+Blue) = 139+28+173=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B1CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1CAD is #74E352. Grayscale: #4D4D4D. Windows color (decimal): -7660371 or 11345035. OLE color: 11345035.

HSL color Cylindrical-coordinate representation of color #8B1CAD: hue angle of 285.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1CAD is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13928173-
CMYK0.200.8400.32
HSL285.93º72.14%39.41%-
HSV(B)285.93º83.82%67.84%-
XYZ18.619.3440.36-
YUV77.72181.77171.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 28 (11.33% from 255) = 8.24%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=40.88%
G=8.24%
B=50.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139281730.200.8400.32285.9372.1439.41
Hex8B1CAD145402011e4827
Octal213342552412404043611047
Binary10001011111001010110110100101010001000001000111101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,28,173); }

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

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

 a { background-color: rgb(139,28,173); }

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

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

 span { border-color: rgb(139,28,173); }

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