#8f1aba

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

Shades of Dark Orchid #8F1ABA

Tints of Dark Orchid #8F1ABA

Color information

#8F1ABA (or 0x8F1ABA) is unknown color: approx Dark Orchid. HEX triplet: 8F, 1A and BA. RGB value is (143,26,186). Sum of RGB (Red+Green+Blue) = 143+26+186=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F1ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ABA is #70E545. Grayscale: #4E4E4E. Windows color (decimal): -7398726 or 12196495. OLE color: 12196495.

HSL color Cylindrical-coordinate representation of color #8F1ABA: hue angle of 283.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1ABA is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14326186-
CMYK0.230.8600.27
HSL283.88º75.47%41.57%-
HSV(B)283.88º86.02%72.94%-
XYZ20.5610.1247.32-
YUV79.22188.26173.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 26 (10.55% from 255) = 7.32%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=40.28%
G=7.32%
B=52.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143261860.230.8600.27283.8875.4741.57
Hex8F1ABA175601B11c4b2a
Octal217322722712603343411352
Binary1000111111010101110101011110101100110111000111001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f1aba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,26,186); }

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

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

 a { background-color: rgb(143,26,186); }

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

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

 span { border-color: rgb(143,26,186); }

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