#8745C9

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

Shades of Dark Orchid #8745C9

Tints of Dark Orchid #8745C9

Color information

#8745C9 (or 0x8745C9) is unknown color: approx Dark Orchid. HEX triplet: 87, 45 and C9. RGB value is (135,69,201). Sum of RGB (Red+Green+Blue) = 135+69+201=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #8745C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8745C9 is #78BA36. Grayscale: #676767. Windows color (decimal): -7911991 or 13190535. OLE color: 13190535.

HSL color Cylindrical-coordinate representation of color #8745C9: hue angle of 270º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8745C9 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13569201-
CMYK0.330.6600.21
HSL270º55%52.94%-
HSV(B)270º65.67%78.82%-
XYZ22.6613.6256.69-
YUV103.78182.87150.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 17.04%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=33.33%
G=17.04%
B=49.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal135692010.330.6600.212705552.94
Hex8745C9214201510e3735
Octal207105311411020254166765
Binary100001111000101110010011000011000010010101100001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8745C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8745C9; }

 p { color: rgb(135,69,201); }

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

<style>
 a { background-color: #8745C9; }

 a { background-color: rgb(135,69,201); }

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

<style>
 span { border-color: #8745C9; }

 span { border-color: rgb(135,69,201); }

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