#8A41BF

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

Shades of Dark Orchid #8A41BF

Tints of Dark Orchid #8A41BF

Color information

#8A41BF (or 0x8A41BF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 41 and BF. RGB value is (138,65,191). Sum of RGB (Red+Green+Blue) = 138+65+191=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A41BF is #75BE40. Grayscale: #646464. Windows color (decimal): -7716417 or 12534154. OLE color: 12534154.

HSL color Cylindrical-coordinate representation of color #8A41BF: hue angle of 274.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A41BF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13865191-
CMYK0.280.6600.25
HSL274.76º49.61%50.2%-
HSV(B)274.76º65.97%74.9%-
XYZ21.7812.9550.64-
YUV101.19178.68154.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 65 (25.78% from 255) = 16.50%
BLUE value IS 191 (75% from 255) = 48.48%
R=35.03%
G=16.50%
B=48.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138651910.280.6600.25274.7649.6150.2
Hex8A41BF1C420191133232
Octal212101277341020314236262
Binary10001010100000110111111111001000010011001100010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,65,191); }

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

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

 a { background-color: rgb(138,65,191); }

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

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

 span { border-color: rgb(138,65,191); }

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