#8D39BB

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

Shades of Dark Orchid #8D39BB

Tints of Dark Orchid #8D39BB

Color information

#8D39BB (or 0x8D39BB) is unknown color: approx Dark Orchid. HEX triplet: 8D, 39 and BB. RGB value is (141,57,187). Sum of RGB (Red+Green+Blue) = 141+57+187=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D39BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D39BB is #72C644. Grayscale: #606060. Windows color (decimal): -7521861 or 12269965. OLE color: 12269965.

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

Color convert

RGB14157187-
CMYK0.250.7000.27
HSL278.77º53.28%47.84%-
HSV(B)278.77º69.52%73.33%-
XYZ21.4212.1848.24-
YUV96.94178.83159.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 57 (22.66% from 255) = 14.81%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=36.62%
G=14.81%
B=48.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141571870.250.7000.27278.7753.2847.84
Hex8D39BB194601B1173530
Octal21571273311060334276560
Binary1000110111100110111011110011000110011011100010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D39BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,187); }

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

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

 a { background-color: rgb(141,57,187); }

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

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

 span { border-color: rgb(141,57,187); }

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