#8632ba

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

Shades of Dark Orchid #8632BA

Tints of Dark Orchid #8632BA

Color information

#8632BA (or 0x8632BA) is unknown color: approx Dark Orchid. HEX triplet: 86, 32 and BA. RGB value is (134,50,186). Sum of RGB (Red+Green+Blue) = 134+50+186=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8632BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632BA is #79CD45. Grayscale: #5A5A5A. Windows color (decimal): -7982406 or 12202630. OLE color: 12202630.

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

Color convert

RGB13450186-
CMYK0.280.7300.27
HSL277.06º57.63%46.27%-
HSV(B)277.06º73.12%72.94%-
XYZ19.8410.8947.51-
YUV90.62181.83158.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 50 (19.92% from 255) = 13.51%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=36.22%
G=13.51%
B=50.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134501860.280.7300.27277.0657.6346.27
Hex8632BA1C4901B1153a2e
Octal20662272341110334257256
Binary1000011011001010111010111001001001011011100010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8632ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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