#8734BA

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

Shades of Dark Orchid #8734BA

Tints of Dark Orchid #8734BA

Color information

#8734BA (or 0x8734BA) is unknown color: approx Dark Orchid. HEX triplet: 87, 34 and BA. RGB value is (135,52,186). Sum of RGB (Red+Green+Blue) = 135+52+186=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #8734BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8734BA is #78CB45. Grayscale: #5B5B5B. Windows color (decimal): -7916358 or 12203143. OLE color: 12203143.

HSL color Cylindrical-coordinate representation of color #8734BA: hue angle of 277.16º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8734BA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13552186-
CMYK0.270.7200.27
HSL277.16º56.3%46.67%-
HSV(B)277.16º72.04%72.94%-
XYZ20.0811.1547.55-
YUV92.09181158.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 52 (20.70% from 255) = 13.94%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=36.19%
G=13.94%
B=49.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135521860.270.7200.27277.1656.346.67
Hex8734BA1B4801B115382f
Octal20764272331100334257057
Binary1000011111010010111010110111001000011011100010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8734BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8734BA; }

 p { color: rgb(135,52,186); }

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

<style>
 a { background-color: #8734BA; }

 a { background-color: rgb(135,52,186); }

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

<style>
 span { border-color: #8734BA; }

 span { border-color: rgb(135,52,186); }

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