#8725B3

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

Shades of Dark Orchid #8725B3

Tints of Dark Orchid #8725B3

Color information

#8725B3 (or 0x8725B3) is unknown color: approx Dark Orchid. HEX triplet: 87, 25 and B3. RGB value is (135,37,179). Sum of RGB (Red+Green+Blue) = 135+37+179=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #8725B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8725B3 is #78DA4C. Grayscale: #525252. Windows color (decimal): -7920205 or 11740551. OLE color: 11740551.

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

Color convert

RGB13537179-
CMYK0.250.7900.30
HSL281.41º65.74%42.35%-
HSV(B)281.41º79.33%70.2%-
XYZ18.799.7343.54-
YUV82.49182.47165.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 37 (14.84% from 255) = 10.54%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=38.46%
G=10.54%
B=51.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135371790.250.7900.30281.4165.7442.35
Hex8725B3194F01E119422a
Octal207452633111703643110252
Binary10000111100101101100111100110011110111101000110011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8725B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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