#8735BA

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

Shades of Dark Orchid #8735BA

Tints of Dark Orchid #8735BA

Color information

#8735BA (or 0x8735BA) is unknown color: approx Dark Orchid. HEX triplet: 87, 35 and BA. RGB value is (135,53,186). Sum of RGB (Red+Green+Blue) = 135+53+186=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #8735BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8735BA is #78CA45. Grayscale: #5C5C5C. Windows color (decimal): -7916102 or 12203399. OLE color: 12203399.

HSL color Cylindrical-coordinate representation of color #8735BA: hue angle of 276.99º 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 #8735BA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13553186-
CMYK0.270.7200.27
HSL276.99º55.65%46.86%-
HSV(B)276.99º71.51%72.94%-
XYZ20.1311.2447.56-
YUV92.68180.67158.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=36.10%
G=14.17%
B=49.73%

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
Decimal135531860.270.7200.27276.9955.6546.86
Hex8735BA1B4801B115382f
Octal20765272331100334257057
Binary1000011111010110111010110111001000011011100010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8735BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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