#8B3BB6

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

Shades of Dark Orchid #8B3BB6

Tints of Dark Orchid #8B3BB6

Color information

#8B3BB6 (or 0x8B3BB6) is unknown color: approx Dark Orchid. HEX triplet: 8B, 3B and B6. RGB value is (139,59,182). Sum of RGB (Red+Green+Blue) = 139+59+182=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B3BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3BB6 is #74C449. Grayscale: #606060. Windows color (decimal): -7652426 or 11942795. OLE color: 11942795.

HSL color Cylindrical-coordinate representation of color #8B3BB6: hue angle of 279.02º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B3BB6 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13959182-
CMYK0.240.6800.29
HSL279.02º51.04%47.25%-
HSV(B)279.02º67.58%71.37%-
XYZ20.6511.9945.48-
YUV96.94176158-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 59 (23.44% from 255) = 15.53%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=36.58%
G=15.53%
B=47.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139591820.240.6800.29279.0251.0447.25
Hex8B3BB6184401D117332f
Octal21373266301040354276357
Binary1000101111101110110110110001000100011101100010111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,59,182); }

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

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

 a { background-color: rgb(139,59,182); }

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

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

 span { border-color: rgb(139,59,182); }

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