#8735BE

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

Shades of Dark Orchid #8735BE

Tints of Dark Orchid #8735BE

Color information

#8735BE (or 0x8735BE) is unknown color: approx Dark Orchid. HEX triplet: 87, 35 and BE. RGB value is (135,53,190). Sum of RGB (Red+Green+Blue) = 135+53+190=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #8735BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8735BE is #78CA41. Grayscale: #5C5C5C. Windows color (decimal): -7916098 or 12465543. OLE color: 12465543.

HSL color Cylindrical-coordinate representation of color #8735BE: hue angle of 275.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8735BE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13553190-
CMYK0.290.7200.25
HSL275.91º56.38%47.65%-
HSV(B)275.91º72.11%74.51%-
XYZ20.5611.4149.83-
YUV93.14182.67157.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 53 (21.09% from 255) = 14.02%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=35.71%
G=14.02%
B=50.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135531900.290.7200.25275.9156.3847.65
Hex8735BE1D480191143830
Octal20765276351100314247060
Binary1000011111010110111110111011001000011001100010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8735BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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