#8730B1

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

Shades of Dark Orchid #8730B1

Tints of Dark Orchid #8730B1

Color information

#8730B1 (or 0x8730B1) is unknown color: approx Dark Orchid. HEX triplet: 87, 30 and B1. RGB value is (135,48,177). Sum of RGB (Red+Green+Blue) = 135+48+177=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #8730B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8730B1 is #78CF4E. Grayscale: #585858. Windows color (decimal): -7917391 or 11612295. OLE color: 11612295.

HSL color Cylindrical-coordinate representation of color #8730B1: hue angle of 280.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8730B1 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13548177-
CMYK0.240.7300.31
HSL280.47º57.33%44.12%-
HSV(B)280.47º72.88%69.41%-
XYZ18.9810.4442.61-
YUV88.72177.82161.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 177 (69.53% from 255) = 49.17%
R=37.5%
G=13.33%
B=49.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135481770.240.7300.31280.4757.3344.12
Hex8730B1184901F118392c
Octal20760261301110374307154
Binary1000011111000010110001110001001001011111100011000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8730B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8730B1; }

 p { color: rgb(135,48,177); }

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

<style>
 a { background-color: #8730B1; }

 a { background-color: rgb(135,48,177); }

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

<style>
 span { border-color: #8730B1; }

 span { border-color: rgb(135,48,177); }

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