#8735bb

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

Shades of Dark Orchid #8735BB

Tints of Dark Orchid #8735BB

Color information

#8735BB (or 0x8735BB) is unknown color: approx Dark Orchid. HEX triplet: 87, 35 and BB. RGB value is (135,53,187). Sum of RGB (Red+Green+Blue) = 135+53+187=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #8735BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8735BB is #78CA44. Grayscale: #5C5C5C. Windows color (decimal): -7916101 or 12268935. OLE color: 12268935.

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

Color convert

RGB13553187-
CMYK0.280.7200.27
HSL276.72º55.83%47.06%-
HSV(B)276.72º71.66%73.33%-
XYZ20.2311.2848.13-
YUV92.79181.17158.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 53 (21.09% from 255) = 14.13%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=36%
G=14.13%
B=49.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135531870.280.7200.27276.7255.8347.06
Hex8735BB1C4801B115382f
Octal20765273341100334257057
Binary1000011111010110111011111001001000011011100010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8735bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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