#8739C0

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

Shades of Dark Orchid #8739C0

Tints of Dark Orchid #8739C0

Color information

#8739C0 (or 0x8739C0) is unknown color: approx Dark Orchid. HEX triplet: 87, 39 and C0. RGB value is (135,57,192). Sum of RGB (Red+Green+Blue) = 135+57+192=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #8739C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8739C0 is #78C63F. Grayscale: #5F5F5F. Windows color (decimal): -7915072 or 12597639. OLE color: 12597639.

HSL color Cylindrical-coordinate representation of color #8739C0: hue angle of 274.67º 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 #8739C0 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13557192-
CMYK0.300.7000.25
HSL274.67º54.22%48.82%-
HSV(B)274.67º70.31%75.29%-
XYZ20.9711.8851.06-
YUV95.71182.34156.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 192 (75.39% from 255) = 50%
R=35.16%
G=14.84%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135571920.300.7000.25274.6754.2248.82
Hex8739C01E460191133631
Octal20771300361060314236661
Binary1000011111100111000000111101000110011001100010011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8739C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8739C0; }

 p { color: rgb(135,57,192); }

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

<style>
 a { background-color: #8739C0; }

 a { background-color: rgb(135,57,192); }

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

<style>
 span { border-color: #8739C0; }

 span { border-color: rgb(135,57,192); }

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