#8A39BE

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

Shades of Dark Orchid #8A39BE

Tints of Dark Orchid #8A39BE

Color information

#8A39BE (or 0x8A39BE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 39 and BE. RGB value is (138,57,190). Sum of RGB (Red+Green+Blue) = 138+57+190=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A39BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A39BE is #75C641. Grayscale: #5F5F5F. Windows color (decimal): -7718466 or 12466570. OLE color: 12466570.

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

Color convert

RGB13857190-
CMYK0.270.700.25
HSL276.54º53.85%48.43%-
HSV(B)276.54º70%74.51%-
XYZ21.2412.0549.92-
YUV96.38180.84157.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 57 (22.66% from 255) = 14.81%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=35.84%
G=14.81%
B=49.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138571900.270.700.25276.5453.8548.43
Hex8A39BE1B460191153630
Octal21271276331060314256660
Binary1000101011100110111110110111000110011001100010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A39BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,57,190); }

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

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

 a { background-color: rgb(138,57,190); }

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

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

 span { border-color: rgb(138,57,190); }

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