#8B41BF

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

Shades of Dark Orchid #8B41BF

Tints of Dark Orchid #8B41BF

Color information

#8B41BF (or 0x8B41BF) is unknown color: approx Dark Orchid. HEX triplet: 8B, 41 and BF. RGB value is (139,65,191). Sum of RGB (Red+Green+Blue) = 139+65+191=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B41BF is #74BE40. Grayscale: #656565. Windows color (decimal): -7650881 or 12534155. OLE color: 12534155.

HSL color Cylindrical-coordinate representation of color #8B41BF: hue angle of 275.24º 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 #8B41BF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13965191-
CMYK0.270.6600.25
HSL275.24º49.61%50.2%-
HSV(B)275.24º65.97%74.9%-
XYZ21.9413.0350.65-
YUV101.49178.52154.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 191 (75% from 255) = 48.35%
R=35.19%
G=16.46%
B=48.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139651910.270.6600.25275.2449.6150.2
Hex8B41BF1B420191133232
Octal213101277331020314236262
Binary10001011100000110111111110111000010011001100010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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