#8631BA

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

Shades of Dark Orchid #8631BA

Tints of Dark Orchid #8631BA

Color information

#8631BA (or 0x8631BA) is unknown color: approx Dark Orchid. HEX triplet: 86, 31 and BA. RGB value is (134,49,186). Sum of RGB (Red+Green+Blue) = 134+49+186=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #8631BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8631BA is #79CE45. Grayscale: #595959. Windows color (decimal): -7982662 or 12202374. OLE color: 12202374.

HSL color Cylindrical-coordinate representation of color #8631BA: hue angle of 277.23º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8631BA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13449186-
CMYK0.280.7400.27
HSL277.23º58.3%46.08%-
HSV(B)277.23º73.66%72.94%-
XYZ19.7910.8147.5-
YUV90.03182.16159.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=36.31%
G=13.28%
B=50.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134491860.280.7400.27277.2358.346.08
Hex8631BA1C4A01B1153a2e
Octal20661272341120334257256
Binary1000011011000110111010111001001010011011100010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8631BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8631BA; }

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

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

<style>
 a { background-color: #8631BA; }

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

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

<style>
 span { border-color: #8631BA; }

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

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