#8B39BF

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

Shades of Dark Orchid #8B39BF

Tints of Dark Orchid #8B39BF

Color information

#8B39BF (or 0x8B39BF) is unknown color: approx Dark Orchid. HEX triplet: 8B, 39 and BF. RGB value is (139,57,191). Sum of RGB (Red+Green+Blue) = 139+57+191=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B39BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B39BF is #74C640. Grayscale: #606060. Windows color (decimal): -7652929 or 12532107. OLE color: 12532107.

HSL color Cylindrical-coordinate representation of color #8B39BF: hue angle of 276.72º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B39BF is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13957191-
CMYK0.270.7000.25
HSL276.72º54.03%48.63%-
HSV(B)276.72º70.16%74.9%-
XYZ21.5112.1850.51-
YUV96.79181.17158.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 191 (75% from 255) = 49.35%
R=35.92%
G=14.73%
B=49.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139571910.270.7000.25276.7254.0348.63
Hex8B39BF1B460191153631
Octal21371277331060314256661
Binary1000101111100110111111110111000110011001100010101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B39BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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