#8625B2

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

Shades of Dark Orchid #8625B2

Tints of Dark Orchid #8625B2

Color information

#8625B2 (or 0x8625B2) is unknown color: approx Dark Orchid. HEX triplet: 86, 25 and B2. RGB value is (134,37,178). Sum of RGB (Red+Green+Blue) = 134+37+178=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #8625B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8625B2 is #79DA4D. Grayscale: #515151. Windows color (decimal): -7985742 or 11675014. OLE color: 11675014.

HSL color Cylindrical-coordinate representation of color #8625B2: hue angle of 281.28º 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 #8625B2 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13437178-
CMYK0.250.7900.30
HSL281.28º65.58%42.16%-
HSV(B)281.28º79.21%69.8%-
XYZ18.539.6143-
YUV82.08182.14165.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 37 (14.84% from 255) = 10.60%
BLUE value IS 178 (69.92% from 255) = 51.00%
R=38.40%
G=10.60%
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
Decimal134371780.250.7900.30281.2865.5842.16
Hex8625B2194F01E119422a
Octal206452623111703643110252
Binary10000110100101101100101100110011110111101000110011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8625B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8625B2; }

 p { color: rgb(134,37,178); }

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

<style>
 a { background-color: #8625B2; }

 a { background-color: rgb(134,37,178); }

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

<style>
 span { border-color: #8625B2; }

 span { border-color: rgb(134,37,178); }

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