#8628BD

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

Shades of Dark Orchid #8628BD

Tints of Dark Orchid #8628BD

Color information

#8628BD (or 0x8628BD) is unknown color: approx Dark Orchid. HEX triplet: 86, 28 and BD. RGB value is (134,40,189). Sum of RGB (Red+Green+Blue) = 134+40+189=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #8628BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8628BD is #79D742. Grayscale: #545454. Windows color (decimal): -7984963 or 12396678. OLE color: 12396678.

HSL color Cylindrical-coordinate representation of color #8628BD: hue angle of 277.85º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8628BD is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13440189-
CMYK0.290.7900.26
HSL277.85º65.07%44.9%-
HSV(B)277.85º78.84%74.12%-
XYZ19.7810.2649.08-
YUV85.09186.64162.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 40 (16.02% from 255) = 11.02%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=36.91%
G=11.02%
B=52.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134401890.290.7900.26277.8565.0744.9
Hex8628BD1D4F01A116412d
Octal206502753511703242610155
Binary10000110101000101111011110110011110110101000101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8628BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8628BD; }

 p { color: rgb(134,40,189); }

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

<style>
 a { background-color: #8628BD; }

 a { background-color: rgb(134,40,189); }

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

<style>
 span { border-color: #8628BD; }

 span { border-color: rgb(134,40,189); }

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