#8730B3

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

Shades of Dark Orchid #8730B3

Tints of Dark Orchid #8730B3

Color information

#8730B3 (or 0x8730B3) is unknown color: approx Dark Orchid. HEX triplet: 87, 30 and B3. RGB value is (135,48,179). Sum of RGB (Red+Green+Blue) = 135+48+179=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #8730B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8730B3 is #78CF4C. Grayscale: #585858. Windows color (decimal): -7917389 or 11743367. OLE color: 11743367.

HSL color Cylindrical-coordinate representation of color #8730B3: hue angle of 279.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8730B3 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13548179-
CMYK0.250.7300.30
HSL279.85º57.71%44.51%-
HSV(B)279.85º73.18%70.2%-
XYZ19.1910.5243.67-
YUV88.95178.82160.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 48 (19.14% from 255) = 13.26%
BLUE value IS 179 (70.31% from 255) = 49.45%
R=37.29%
G=13.26%
B=49.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135481790.250.7300.30279.8557.7144.51
Hex8730B3194901E1183a2d
Octal20760263311110364307255
Binary1000011111000010110011110011001001011110100011000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8730B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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