#8725C8

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

Shades of Dark Orchid #8725C8

Tints of Dark Orchid #8725C8

Color information

#8725C8 (or 0x8725C8) is unknown color: approx Dark Orchid. HEX triplet: 87, 25 and C8. RGB value is (135,37,200). Sum of RGB (Red+Green+Blue) = 135+37+200=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #8725C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8725C8 is #78DA37. Grayscale: #545454. Windows color (decimal): -7920184 or 13116807. OLE color: 13116807.

HSL color Cylindrical-coordinate representation of color #8725C8: hue angle of 276.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8725C8 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13537200-
CMYK0.320.8200.22
HSL276.07º68.78%46.47%-
HSV(B)276.07º81.5%78.43%-
XYZ21.0810.6455.59-
YUV84.88192.97163.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 37 (14.84% from 255) = 9.95%
BLUE value IS 200 (78.52% from 255) = 53.76%
R=36.29%
G=9.95%
B=53.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135372000.320.8200.22276.0768.7846.47
Hex8725C82052016114452e
Octal207453104012202642410556
Binary100001111001011100100010000010100100101101000101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8725C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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