#8635BA

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

Shades of Dark Orchid #8635BA

Tints of Dark Orchid #8635BA

Color information

#8635BA (or 0x8635BA) is unknown color: approx Dark Orchid. HEX triplet: 86, 35 and BA. RGB value is (134,53,186). Sum of RGB (Red+Green+Blue) = 134+53+186=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #8635BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8635BA is #79CA45. Grayscale: #5B5B5B. Windows color (decimal): -7981638 or 12203398. OLE color: 12203398.

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

Color convert

RGB13453186-
CMYK0.280.7200.27
HSL276.54º55.65%46.86%-
HSV(B)276.54º71.51%72.94%-
XYZ19.9711.1647.56-
YUV92.38180.84157.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=35.92%
G=14.21%
B=49.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134531860.280.7200.27276.5455.6546.86
Hex8635BA1C4801B115382f
Octal20665272341100334257057
Binary1000011011010110111010111001001000011011100010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8635BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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