#8628AF

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

Shades of Dark Orchid #8628AF

Tints of Dark Orchid #8628AF

Color information

#8628AF (or 0x8628AF) is unknown color: approx Dark Orchid. HEX triplet: 86, 28 and AF. RGB value is (134,40,175). Sum of RGB (Red+Green+Blue) = 134+40+175=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #8628AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8628AF is #79D750. Grayscale: #535353. Windows color (decimal): -7984977 or 11479174. OLE color: 11479174.

HSL color Cylindrical-coordinate representation of color #8628AF: hue angle of 281.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8628AF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13440175-
CMYK0.230.7700.31
HSL281.78º62.79%42.16%-
HSV(B)281.78º77.14%68.63%-
XYZ18.339.6841.46-
YUV83.5179.64164.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=38.40%
G=11.46%
B=50.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134401750.230.7700.31281.7862.7942.16
Hex8628AF174D01F11a3f2a
Octal20650257271150374327752
Binary1000011010100010101111101111001101011111100011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8628AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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