#8625ba

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

Shades of Dark Orchid #8625BA

Tints of Dark Orchid #8625BA

Color information

#8625BA (or 0x8625BA) is unknown color: approx Dark Orchid. HEX triplet: 86, 25 and BA. RGB value is (134,37,186). Sum of RGB (Red+Green+Blue) = 134+37+186=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #8625BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8625BA is #79DA45. Grayscale: #525252. Windows color (decimal): -7985734 or 12199302. OLE color: 12199302.

HSL color Cylindrical-coordinate representation of color #8625BA: hue angle of 279.06º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8625BA is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13437186-
CMYK0.280.8000.27
HSL279.06º66.82%43.73%-
HSV(B)279.06º80.11%72.94%-
XYZ19.369.9447.35-
YUV82.99186.14164.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 37 (14.84% from 255) = 10.36%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=37.54%
G=10.36%
B=52.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134371860.280.8000.27279.0666.8243.73
Hex8625BA1C5001B117432c
Octal206452723412003342710354
Binary10000110100101101110101110010100000110111000101111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8625ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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