#8B1DAF

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

Shades of Dark Orchid #8B1DAF

Tints of Dark Orchid #8B1DAF

Color information

#8B1DAF (or 0x8B1DAF) is unknown color: approx Dark Orchid. HEX triplet: 8B, 1D and AF. RGB value is (139,29,175). Sum of RGB (Red+Green+Blue) = 139+29+175=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B1DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1DAF is #74E250. Grayscale: #4E4E4E. Windows color (decimal): -7660113 or 11476363. OLE color: 11476363.

HSL color Cylindrical-coordinate representation of color #8B1DAF: hue angle of 285.21º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1DAF is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13929175-
CMYK0.210.8300.31
HSL285.21º71.57%40%-
HSV(B)285.21º83.43%68.63%-
XYZ18.829.4641.39-
YUV78.53182.44171.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 29 (11.72% from 255) = 8.45%
BLUE value IS 175 (68.75% from 255) = 51.02%
R=40.52%
G=8.45%
B=51.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139291750.210.8300.31285.2171.5740
Hex8B1DAF155301F11d4828
Octal213352572512303743511050
Binary1000101111101101011111010110100110111111000111011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,29,175); }

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

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

 a { background-color: rgb(139,29,175); }

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

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

 span { border-color: rgb(139,29,175); }

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